Changeset 174 in dev for trunk/jenga/include/smoothie
- Timestamp:
- Jun 20, 2007, 4:30:20 AM (17 years ago)
- Location:
- trunk/jenga/include/smoothie
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/include/smoothie/Smoothie.h
r172 r174 3 3 #include "Source.h" 4 4 #include "ObjectModule.h" 5 #include "LexicalScoping.h" 5 6 6 7 class Smoothie{ … … 20 21 static NamespaceScopesCollection importedNamespaces; 21 22 23 // コンパイル中のクラス 22 24 static const CClass *pCompilingClass; 25 26 // レキシカルスコープの状態 27 static CLexicalScopes *pLexicalScopes; 23 28 }; 24 29
Note:
See TracChangeset
for help on using the changeset viewer.