Changeset 139 in dev for BasicCompiler_Common/Class.cpp
- Timestamp:
- Jun 12, 2007, 6:13:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Class.cpp
r137 r139 998 998 999 999 // 名前空間管理 1000 NamespaceScopes backupNamespaceScopes = Smoothie::Lexical::liveingNamespaceScopes; 1000 1001 NamespaceScopes &namespaceScopes = Smoothie::Lexical::liveingNamespaceScopes; 1001 1002 namespaceScopes.clear(); … … 1440 1441 } 1441 1442 } 1443 1444 1445 // 名前空間を元に戻す 1446 Smoothie::Lexical::liveingNamespaceScopes = backupNamespaceScopes; 1442 1447 } 1443 1448
Note:
See TracChangeset
for help on using the changeset viewer.