Changeset 107 in dev for BasicCompiler_Common/Compile.cpp
- Timestamp:
- May 6, 2007, 3:17:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Compile.cpp
r103 r107 229 229 } 230 230 Smoothie::Lexical::liveingNamespaceScopes.pop_back(); 231 break; 232 case ESC_IMPORTS: 233 Smoothie::Meta::importedNamespaces.Imports( Command + 2 ); 234 break; 235 case ESC_CLEARNAMESPACEIMPORTED: 236 Smoothie::Meta::importedNamespaces.clear(); 231 237 break; 232 238
Note:
See TracChangeset
for help on using the changeset viewer.