Changeset 182 in dev for trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp
- Timestamp:
- Jun 24, 2007, 6:49:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp
r128 r182 1 #include <jenga/include/smoothie/Smoothie.h> 2 #include <jenga/include/smoothie/LexicalAnalysis.h> 3 1 4 #include "../BasicCompiler_Common/common.h" 2 5 … … 247 250 248 251 // 名前空間管理 249 NamespaceScopes &namespaceScopes = Smoothie:: Lexical::liveingNamespaceScopes;252 NamespaceScopes &namespaceScopes = Smoothie::Temp::liveingNamespaceScopes; 250 253 namespaceScopes.clear(); 251 254
Note:
See TracChangeset
for help on using the changeset viewer.