Changeset 370 in dev for trunk/abdev/BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Nov 15, 2007, 3:18:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Var.cpp
r350 r370 1215 1215 //New呼び出し 1216 1216 if( type.IsObject() 1217 && !type.IsInterface() 1217 && !type.IsInterface() && !type.IsComInterface() 1218 1218 &&(dwFlags&DIMFLAG_NONCALL_CONSTRACTOR)==0 1219 1219 &&InitBuf[0]=='\0')
Note:
See TracChangeset
for help on using the changeset viewer.