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