Changeset 29 in dev for BasicCompiler_Common/Object.cpp


Ignore:
Timestamp:
Jan 10, 2007, 2:27:58 AM (17 years ago)
Author:
dai_9181
Message:

Ver5.0β10としてリリース。
すべてのクラスをObjectからの派生にした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Object.cpp

    r20 r29  
    256256            extern SUBINFO *pSub_free;
    257257            op_call(pSub_free);
     258
     259
     260            if(bCompilingGlobal){
     261                //ここには来ないハズ
     262                SetError(300,NULL,cp);
     263            }
    258264        }
    259265        else if(pVar[i3].type==DEF_OBJECT&&pVar[i3].fRef==0){
Note: See TracChangeset for help on using the changeset viewer.