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

LexicalScopeを移動

File:
1 edited

Legend:

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

    r172 r174  
    33#include "Source.h"
    44#include "ObjectModule.h"
     5#include "LexicalScoping.h"
    56
    67class Smoothie{
     
    2021        static NamespaceScopesCollection importedNamespaces;
    2122
     23        // コンパイル中のクラス
    2224        static const CClass *pCompilingClass;
     25
     26        // レキシカルスコープの状態
     27        static CLexicalScopes *pLexicalScopes;
    2328    };
    2429
Note: See TracChangeset for help on using the changeset viewer.