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