Changeset 96 in dev for BasicCompiler32/Compile_Var.cpp


Ignore:
Timestamp:
Apr 15, 2007, 2:48:08 AM (17 years ago)
Author:
dai_9181
Message:

不要なソースコード(TODO: 消す)を削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_Var.cpp

    r95 r96  
    12181218        SetVariableFromEax( DEF_OBJECT, DEF_OBJECT, &RelativeVar );
    12191219    }
    1220 
    1221     /*
    1222     TODO: 消す
    1223     変数は抽象クラスでもOK
    1224     if( type.IsObject() ){
    1225         if( type.GetClass().IsAbstract() ){
    1226             //抽象クラスだったとき
    1227             SetError(125,type.GetClass().name,cp);
    1228         }
    1229     }
    1230     */
    12311220}
    12321221
Note: See TracChangeset for help on using the changeset viewer.