Ignore:
Timestamp:
Jun 24, 2007, 2:05:40 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/src/smoothie/Smoothie.cpp

    r180 r181  
    11#include <jenga/include/smoothie/Smoothie.h>
    22
     3bool Smoothie::isUnicode = false;
    34BasicSource Smoothie::Lexical::source;
    4 NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
     5NamespaceScopes Smoothie::Temp::liveingNamespaceScopes;
    56
    67NamespaceScopesCollection Smoothie::Temp::importedNamespaces;
    78const CClass *Smoothie::Temp::pCompilingClass = NULL;
    8 CLexicalScopes *Smoothie::Temp::pLexicalScopes = NULL;
    99
    1010bool Smoothie::isFullCompile = false;
Note: See TracChangeset for help on using the changeset viewer.