Changeset 249 in dev for trunk/jenga/include
- Timestamp:
- Jul 29, 2007, 12:33:39 PM (17 years ago)
- Location:
- trunk/jenga/include/smoothie
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/include/smoothie/Smoothie.h
r205 r249 2 2 3 3 #include "Source.h" 4 #include "LexicalScoping.h"5 4 6 5 class Smoothie{ … … 23 22 }; 24 23 25 // コンパイル中に一時的に利用する26 class Temp{27 public:28 // レキシカルスコープの状態29 static CLexicalScopes *pLexicalScopes;30 };31 32 24 static bool isFullCompile; 33 25 };
Note:
See TracChangeset
for help on using the changeset viewer.