Changeset 130 in dev for BasicCompiler64/Compile_Func.cpp
- Timestamp:
- Jun 2, 2007, 12:04:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Func.cpp
r117 r130 198 198 199 199 // TODO: 取り除く(この動きはObjPtrに託す) 200 /* 200 201 if( beforeType == DEF_OBJECT && lstrcmpi( Parameter, "This" ) != 0 ){ 201 202 //参照をオブジェクトポインタに変更 … … 205 206 206 207 SetError(-120,NULL,cp); 207 } 208 }*/ 208 209 } 209 210 void Opcode_Func_ObjPtr( const char *Parameter, Type &resultType, bool isCallOn ){
Note:
See TracChangeset
for help on using the changeset viewer.