Ignore:
Timestamp:
Jun 19, 2007, 4:02:00 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Smoothie.h

    r170 r172  
    33#include "Source.h"
    44#include "ObjectModule.h"
    5 #include "LexicalScoping.h"
    65
    76class Smoothie{
     
    1312        static BasicSource source;
    1413        static NamespaceScopes liveingNamespaceScopes;
    15         static CLexicalScopes lexicalScopes;
    1614    };
    1715
     
    2119        // 現在インポートされている名前空間
    2220        static NamespaceScopesCollection importedNamespaces;
     21
     22        static const CClass *pCompilingClass;
    2323    };
    2424
Note: See TracChangeset for help on using the changeset viewer.