Changeset 96 in dev for BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Apr 15, 2007, 2:48:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Var.cpp
r95 r96 1218 1218 SetVariableFromEax( DEF_OBJECT, DEF_OBJECT, &RelativeVar ); 1219 1219 } 1220 1221 /*1222 TODO: 消す1223 変数は抽象クラスでもOK1224 if( type.IsObject() ){1225 if( type.GetClass().IsAbstract() ){1226 //抽象クラスだったとき1227 SetError(125,type.GetClass().name,cp);1228 }1229 }1230 */1231 1220 } 1232 1221
Note:
See TracChangeset
for help on using the changeset viewer.