Changeset 182 in dev for trunk/abdev/BasicCompiler_Common/Enum.cpp
- Timestamp:
- Jun 24, 2007, 6:49:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Enum.cpp
r167 r182 1 1 #include <jenga/include/common/logger.h> 2 3 #include <jenga/include/smoothie/Smoothie.h> 4 #include <jenga/include/smoothie/LexicalAnalysis.h> 2 5 3 6 #include "common.h" … … 112 115 113 116 // 名前空間管理 114 NamespaceScopes &namespaceScopes = Smoothie:: Lexical::liveingNamespaceScopes;117 NamespaceScopes &namespaceScopes = Smoothie::Temp::liveingNamespaceScopes; 115 118 namespaceScopes.clear(); 116 119
Note:
See TracChangeset
for help on using the changeset viewer.