Ignore:
Timestamp:
Dec 8, 2006, 3:25:27 AM (17 years ago)
Author:
dai_9181
Message:

Const変数の書き込み規制を有効化(グローバル/ローカル変数のみ)
定数オブジェクトと定数メンバは未実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/calculation.cpp

    r7 r11  
    12991299
    13001300                //変数
    1301                 RELATIVE_VAR RelativeVar;
    13021301                CClass *pobj_Class;
    1303                 if(!GetVarOffset(1,Command+i2,&type,&RelativeVar,(LONG_PTR *)&pobj_Class)){
     1302                type = GetVarType(Command+i2,(LONG_PTR *)&pobj_Class,1);
     1303                if(type==-1 || type ==0){
    13041304                    //エラー
    13051305                    return -1;
Note: See TracChangeset for help on using the changeset viewer.