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