Changeset 181 in dev for trunk/jenga/src/smoothie/Smoothie.cpp
- Timestamp:
- Jun 24, 2007, 2:05:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/src/smoothie/Smoothie.cpp
r180 r181 1 1 #include <jenga/include/smoothie/Smoothie.h> 2 2 3 bool Smoothie::isUnicode = false; 3 4 BasicSource Smoothie::Lexical::source; 4 NamespaceScopes Smoothie:: Lexical::liveingNamespaceScopes;5 NamespaceScopes Smoothie::Temp::liveingNamespaceScopes; 5 6 6 7 NamespaceScopesCollection Smoothie::Temp::importedNamespaces; 7 8 const CClass *Smoothie::Temp::pCompilingClass = NULL; 8 CLexicalScopes *Smoothie::Temp::pLexicalScopes = NULL;9 9 10 10 bool Smoothie::isFullCompile = false;
Note:
See TracChangeset
for help on using the changeset viewer.