Changeset 413 in dev
- Timestamp:
- Mar 3, 2008, 10:12:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/NumOpe.cpp
r405 r413 416 416 417 417 if(lstrcmpi(termFull,"This")==0 && isProcedureCallOnly == false ){ 418 if( compiler.pCompilingClass == NULL ) 419 { 420 SetError(142,NULL,cp); 421 return false; 422 } 423 418 424 //Thisオブジェクト 419 425 resultType.SetType( DEF_OBJECT, compiler.pCompilingClass );
Note:
See TracChangeset
for help on using the changeset viewer.