Changeset 273 in dev for trunk/abdev/BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- Aug 11, 2007, 4:03:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/MakeExe.cpp
r272 r273 135 135 //"コンパイル中..." 136 136 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;145 137 146 138 Compile();
Note:
See TracChangeset
for help on using the changeset viewer.