Ignore:
Timestamp:
Aug 11, 2007, 4:03:49 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/MakeExe.cpp

    r272 r273  
    135135    //"コンパイル中..."
    136136    CompileMessage(STRING_COMPILE_COMPILING);
    137 
    138     //グローバル変数に関する情報
    139     // TODO: AllGlobalVarSize、AllInitGlobalVarSizeをVariablesクラスに入れる
    140     extern int AllGlobalVarSize;
    141     extern int AllInitGlobalVarSize;
    142     compiler.GetObjectModule().meta.GetGlobalVars().clear();
    143     AllGlobalVarSize=0;
    144     AllInitGlobalVarSize=0;
    145137
    146138    Compile();
Note: See TracChangeset for help on using the changeset viewer.