Changeset 135 in dev for BasicCompiler_Common/LexicalScoping.cpp
- Timestamp:
- Jun 6, 2007, 12:58:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/LexicalScoping.cpp
r75 r135 214 214 if(indexSystemGC!=-1){ 215 215 //_System_GCオブジェクトのデストラクタの呼び出し処理 216 CMethod *method = vars[indexSystemGC]->GetClass().GetDestructorMethod();216 const CMethod *method = vars[indexSystemGC]->GetClass().GetDestructorMethod(); 217 217 if( method ){ 218 218 Opcode_CallProc("",method->pUserProc,0,vars[indexSystemGC]->GetName().c_str(),DEF_OBJECT);
Note:
See TracChangeset
for help on using the changeset viewer.