Changeset 51 in dev for BasicCompiler_Common/Variable.cpp
- Timestamp:
- Feb 10, 2007, 8:30:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Variable.cpp
r49 r51 1225 1225 1226 1226 1227 1228 1227 if( pTypeInfo->type==DEF_OBJECT ){ 1228 //デストラクタの利用フラグをオンにする 1229 CMethod *method = pTypeInfo->u.pobj_Class->GetDestructorMethod(); 1230 if( method ){ 1231 method->psi->bUse = 1; 1232 } 1233 } 1234 1235 /* 1229 1236 if(pTypeInfo->type==DEF_OBJECT){ 1230 1237 //利用対象のクラスコンストラクタ、デストラクタに使用チェックをつける … … 1239 1246 } 1240 1247 } 1241 } 1242 } 1248 }*/ 1249 }
Note:
See TracChangeset
for help on using the changeset viewer.