source:
dev/trunk/abdev/BasicCompiler_Common/src/Smoothie.cpp@
167
| Last change on this file since 167 was 167, checked in by , 18 years ago | |
|---|---|
| File size: 254 bytes | |
| Line | |
|---|---|
| 1 | #include <..\common.h> |
| 2 | |
| 3 | BasicSource Smoothie::Lexical::source; |
| 4 | NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes; |
| 5 | |
| 6 | Meta Smoothie::meta; |
| 7 | NamespaceScopesCollection Smoothie::Temp::importedNamespaces; |
| 8 | |
| 9 | bool Smoothie::isFullCompile = false; |
Note:
See TracBrowser
for help on using the repository browser.
