Changeset 159 in dev for trunk/abdev/BasicCompiler_Common/src/Smoothie.cpp
- Timestamp:
- Jun 17, 2007, 4:44:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Smoothie.cpp
r143 r159 19 19 NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes; 20 20 21 TypeDefCollection Smoothie::Meta::typeDefs; 22 vector<ProcPointer *> Smoothie::Meta::procPointers; 23 NamespaceScopesCollection Smoothie::Meta::namespaceScopesCollection; 21 Meta Smoothie::meta; 24 22 NamespaceScopesCollection Smoothie::Temp::importedNamespaces; 25 BlittableTypes Smoothie::Meta::blittableTypes;26 23 27 24 bool Smoothie::isFullCompile = false;
Note:
See TracChangeset
for help on using the changeset viewer.