Changeset 130 in dev for BasicCompiler32/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
  • BasicCompiler32/Compile_Func.cpp

    r117 r130  
    351351
    352352    // TODO: 取り除く(この動きはObjPtrに託す)
     353    /*
    353354    if( beforeType == DEF_OBJECT && lstrcmpi( Parameter, "This" ) != 0 ){
    354355        //参照をオブジェクトポインタに変更
     
    358359
    359360        SetError(-120,NULL,cp);
    360     }
     361    }*/
    361362}
    362363void Opcode_Func_ObjPtr( const char *Parameter, Type &resultType, bool isCallOn ){
Note: See TracChangeset for help on using the changeset viewer.