Changeset 29 in dev for BasicCompiler_Common/Object.cpp
- Timestamp:
- Jan 10, 2007, 2:27:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Object.cpp
r20 r29 256 256 extern SUBINFO *pSub_free; 257 257 op_call(pSub_free); 258 259 260 if(bCompilingGlobal){ 261 //ここには来ないハズ 262 SetError(300,NULL,cp); 263 } 258 264 } 259 265 else if(pVar[i3].type==DEF_OBJECT&&pVar[i3].fRef==0){
Note:
See TracChangeset
for help on using the changeset viewer.