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