source:
dev/trunk/jenga/src/smoothie/Smoothie.cpp@
183
Last change on this file since 183 was 181, checked in by , 17 years ago | |
---|---|
File size: 341 bytes |
Rev | Line | |
---|---|---|
[170] | 1 | #include <jenga/include/smoothie/Smoothie.h> |
2 | ||
[181] | 3 | bool Smoothie::isUnicode = false; |
[170] | 4 | BasicSource Smoothie::Lexical::source; |
[181] | 5 | NamespaceScopes Smoothie::Temp::liveingNamespaceScopes; |
[170] | 6 | |
7 | NamespaceScopesCollection Smoothie::Temp::importedNamespaces; | |
[172] | 8 | const CClass *Smoothie::Temp::pCompilingClass = NULL; |
[170] | 9 | |
10 | bool Smoothie::isFullCompile = false; |
Note:
See TracBrowser
for help on using the repository browser.