Changeset 193 in dev for trunk/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Jun 26, 2007, 5:04:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Compile.cpp
r182 r193 5 5 #include <LexicalScopingImpl.h> 6 6 #include <CodeGenerator.h> 7 #include <Compiler.h> 7 8 8 9 #include "../BasicCompiler_Common/common.h" … … 260 261 break; 261 262 case ESC_IMPORTS: 262 Smoothie::Temp::importedNamespaces.Imports( Command + 2 );263 compiler.ImportsNamespace( Command + 2 ); 263 264 break; 264 265 case ESC_CLEARNAMESPACEIMPORTED: 265 Smoothie::Temp::importedNamespaces.clear();266 compiler.GetImportedNamespaces().clear(); 266 267 break; 267 268
Note:
See TracChangeset
for help on using the changeset viewer.