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

CClass::GetStaticDefiningStringAsMemberOffsetsメソッドを追加。
エラーコード142を追加。

File:
1 edited

Legend:

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

    r403 r412  
    407407
    408408    if(lstrcmpi(termFull,"This")==0 && isProcedureCallOnly == false ){
     409        if( compiler.pCompilingClass == NULL )
     410        {
     411            SetError(142,NULL,cp);
     412            return false;
     413        }
     414
    409415        //Thisオブジェクト
    410416        resultType.SetType( DEF_OBJECT, compiler.pCompilingClass );
Note: See TracChangeset for help on using the changeset viewer.