Ignore:
Timestamp:
Jun 17, 2007, 4:44:57 AM (17 years ago)
Author:
dai_9181
Message:

プロジェクト内を整理。jengaライブラリのベースを作成。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Smoothie.cpp

    r143 r159  
    1919NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
    2020
    21 TypeDefCollection Smoothie::Meta::typeDefs;
    22 vector<ProcPointer *> Smoothie::Meta::procPointers;
    23 NamespaceScopesCollection Smoothie::Meta::namespaceScopesCollection;
     21Meta Smoothie::meta;
    2422NamespaceScopesCollection Smoothie::Temp::importedNamespaces;
    25 BlittableTypes Smoothie::Meta::blittableTypes;
    2623
    2724bool Smoothie::isFullCompile = false;
Note: See TracChangeset for help on using the changeset viewer.