Changeset 265 in dev for trunk/abdev/BasicCompiler_Common/src/LexicalScope.cpp
- Timestamp:
- Aug 6, 2007, 11:44:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/LexicalScope.cpp
r256 r265 72 72 73 73 Variables &vars = UserProc::IsGlobalAreaCompiling() ? 74 compiler. objectModule.meta.GetGlobalVars() :74 compiler.GetObjectModule().meta.GetGlobalVars() : 75 75 UserProc::CompilingUserProc().GetLocalVars(); 76 76 … … 98 98 99 99 Variables &vars = UserProc::IsGlobalAreaCompiling() ? 100 compiler. objectModule.meta.GetGlobalVars() :100 compiler.GetObjectModule().meta.GetGlobalVars() : 101 101 UserProc::CompilingUserProc().GetLocalVars(); 102 102
Note:
See TracChangeset
for help on using the changeset viewer.