Changeset 199 in dev for trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp
- Timestamp:
- Jun 27, 2007, 3:16:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp
r195 r199 2 2 #include <jenga/include/smoothie/LexicalAnalysis.h> 3 3 4 #include < NamespaceSupporter.h>4 #include <Compiler.h> 5 5 6 6 #include "../BasicCompiler_Common/common.h" … … 252 252 253 253 // 名前空間管理 254 NamespaceScopes &namespaceScopes = namespaceSupporter.GetLivingNamespaceScopes();254 NamespaceScopes &namespaceScopes = compiler.GetNamespaceSupporter().GetLivingNamespaceScopes(); 255 255 namespaceScopes.clear(); 256 256
Note:
See TracChangeset
for help on using the changeset viewer.