Changeset 413 in dev for trunk/abdev/BasicCompiler64
- Timestamp:
 - Mar 3, 2008, 10:12:55 PM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/abdev/BasicCompiler64/NumOpe.cpp (modified) (1 diff)
 
 
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.
  