Changeset 28 in dev for BasicCompiler32/Compile_Object.cpp
- Timestamp:
- Jan 8, 2007, 6:34:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Object.cpp
r3 r28 131 131 pobj_c=(CClass *)*plpIndex; 132 132 133 if(pobj_c->Is HoldAbstractFunction()){133 if(pobj_c->IsAbstract()){ 134 134 //抽象クラスだったとき 135 135 SetError(125,pobj_c->name,cp);
Note:
See TracChangeset
for help on using the changeset viewer.