Ignore:
Timestamp:
Jul 29, 2007, 12:33:39 PM (17 years ago)
Author:
dai_9181
Message:

BreakPertialScheduleをリファクタリング

File:
1 edited

Legend:

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

    r205 r249  
    22
    33#include "Source.h"
    4 #include "LexicalScoping.h"
    54
    65class Smoothie{
     
    2322    };
    2423
    25     // コンパイル中に一時的に利用する
    26     class Temp{
    27     public:
    28         // レキシカルスコープの状態
    29         static CLexicalScopes *pLexicalScopes;
    30     };
    31 
    3224    static bool isFullCompile;
    3325};
Note: See TracChangeset for help on using the changeset viewer.