Changeset 249 in dev for trunk/jenga
- Timestamp:
 - Jul 29, 2007, 12:33:39 PM (18 years ago)
 - Location:
 - trunk/jenga
 - Files:
 - 
      
- 2 deleted
 - 2 edited
 
- 
          
  include/smoothie/LexicalScoping.h (deleted)
 - 
          
  include/smoothie/Smoothie.h (modified) (2 diffs)
 - 
          
  projects/smoothie/smoothie.vcproj (modified) (2 diffs)
 - 
          
  src/smoothie/LexicalScoping.cpp (deleted)
 
 
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 };  - 
      
trunk/jenga/projects/smoothie/smoothie.vcproj
r222 r249 283 283 </File> 284 284 <File 285 RelativePath="..\..\src\smoothie\LexicalScoping.cpp"286 >287 </File>288 <File289 285 RelativePath="..\..\src\smoothie\Smoothie.cpp" 290 286 > … … 309 305 </File> 310 306 <File 311 RelativePath="..\..\include\smoothie\LexicalScoping.h"312 >313 </File>314 <File315 307 RelativePath="..\..\include\smoothie\Smoothie.h" 316 308 >  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  