Changeset 412 in dev for trunk/abdev/BasicCompiler32/NumOpe.cpp
- Timestamp:
- Mar 3, 2008, 10:11:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/NumOpe.cpp
r403 r412 407 407 408 408 if(lstrcmpi(termFull,"This")==0 && isProcedureCallOnly == false ){ 409 if( compiler.pCompilingClass == NULL ) 410 { 411 SetError(142,NULL,cp); 412 return false; 413 } 414 409 415 //Thisオブジェクト 410 416 resultType.SetType( DEF_OBJECT, compiler.pCompilingClass );
Note:
See TracChangeset
for help on using the changeset viewer.