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