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