Changeset 50 in dev for BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Feb 10, 2007, 5:44:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Var.cpp
r49 r50 1300 1300 //コンストラクタ呼び出し 1301 1301 if(TypeInfo.type==DEF_OBJECT&&(dwFlags&DIMFLAG_NONCALL_CONSTRACTOR)==0&& isRef == false ){ 1302 CallConstr actor(VarName,SubScripts,TypeInfo,ConstractParameter);1302 CallConstructor(VarName,SubScripts,TypeInfo,ConstractParameter); 1303 1303 } 1304 1304 }
Note:
See TracChangeset
for help on using the changeset viewer.