Changeset 143 in dev for BasicCompiler_Common/Compile.cpp
- Timestamp:
- Jun 16, 2007, 11:25:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Compile.cpp
r113 r143 240 240 break; 241 241 case ESC_IMPORTS: 242 Smoothie:: Meta::importedNamespaces.Imports( Command + 2 );242 Smoothie::Temp::importedNamespaces.Imports( Command + 2 ); 243 243 break; 244 244 case ESC_CLEARNAMESPACEIMPORTED: 245 Smoothie:: Meta::importedNamespaces.clear();245 Smoothie::Temp::importedNamespaces.clear(); 246 246 break; 247 247
Note:
See TracChangeset
for help on using the changeset viewer.