Changeset 130 in dev for BasicCompiler64/Compile_Func.cpp


Ignore:
Timestamp:
Jun 2, 2007, 12:04:45 PM (17 years ago)
Author:
dai_9181
Message:

CP4を刻印

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_Func.cpp

    r117 r130  
    198198
    199199    // TODO: 取り除く(この動きはObjPtrに託す)
     200    /*
    200201    if( beforeType == DEF_OBJECT && lstrcmpi( Parameter, "This" ) != 0 ){
    201202        //参照をオブジェクトポインタに変更
     
    205206
    206207        SetError(-120,NULL,cp);
    207     }
     208    }*/
    208209}
    209210void Opcode_Func_ObjPtr( const char *Parameter, Type &resultType, bool isCallOn ){
Note: See TracChangeset for help on using the changeset viewer.