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 |
Line | |
---|---|
1 | #include <jenga/include/smoothie/Smoothie.h> |
2 | |
3 | bool Smoothie::isUnicode = false; |
4 | BasicSource Smoothie::Lexical::source; |
5 | NamespaceScopes Smoothie::Temp::liveingNamespaceScopes; |
6 | |
7 | NamespaceScopesCollection Smoothie::Temp::importedNamespaces; |
8 | const CClass *Smoothie::Temp::pCompilingClass = NULL; |
9 | |
10 | bool Smoothie::isFullCompile = false; |
Note:
See TracBrowser
for help on using the repository browser.