Changeset 413 in dev for trunk


Ignore:
Timestamp:
Mar 3, 2008, 10:12:55 PM (16 years ago)
Author:
dai_9181
Message:

[412]をマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/NumOpe.cpp

    r405 r413  
    416416
    417417    if(lstrcmpi(termFull,"This")==0 && isProcedureCallOnly == false ){
     418        if( compiler.pCompilingClass == NULL )
     419        {
     420            SetError(142,NULL,cp);
     421            return false;
     422        }
     423
    418424        //Thisオブジェクト
    419425        resultType.SetType( DEF_OBJECT, compiler.pCompilingClass );
Note: See TracChangeset for help on using the changeset viewer.