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