Changeset 366 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Nov 11, 2007, 6:38:52 PM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Exception.h
r359 r366 6 6 void CatchCommand( const char *parameter ); 7 7 void FinallyCommand(); 8 void EndTryCommand(); 8 void EndTryCommand( bool isNoWarning = false ); 9 10 // Tryスコープを検証する 11 void InspectTryScope(); 9 12 10 13 void ThrowCommand( const char *Parameter ); -
trunk/abdev/BasicCompiler_Common/include/option.h
r353 r366 14 14 #define USE_TRACE 15 15 #else 16 #define USE_TRACE16 //#define USE_TRACE 17 17 #endif 18 18 -
trunk/abdev/BasicCompiler_Common/include/ver.h
r365 r366 6 6 // バージョン付加文字列 7 7 #ifdef _AMD64_ 8 #define VER_INFO "(x64) (rev.37 6)"8 #define VER_INFO "(x64) (rev.378)" 9 9 #else 10 #define VER_INFO "(rev.37 6)"10 #define VER_INFO "(rev.378)" 11 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.