Changeset 28 in dev for BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Jan 8, 2007, 6:34:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Var.cpp
r27 r28 1254 1254 1255 1255 if(TypeInfo.type==DEF_OBJECT){ 1256 if(TypeInfo.u.pobj_Class->Is HoldAbstractFunction()){1256 if(TypeInfo.u.pobj_Class->IsAbstract()){ 1257 1257 //抽象クラスだったとき 1258 1258 SetError(125,TypeInfo.u.pobj_Class->name,cp);
Note:
See TracChangeset
for help on using the changeset viewer.