Changeset 76 in dev for BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- Mar 21, 2007, 9:26:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/MakeExe.cpp
r75 r76 182 182 183 183 //グローバル変数に関する情報 184 extern int MaxGlobalVarNum;185 184 extern int AllGlobalVarSize; 186 185 extern int AllInitGlobalVarSize; 187 186 globalVars.clear(); 188 MaxGlobalVarNum=0;189 187 AllGlobalVarSize=0; 190 188 AllInitGlobalVarSize=0;
Note:
See TracChangeset
for help on using the changeset viewer.