Changeset 125 in dev for BasicCompiler_Common
- Timestamp:
- May 15, 2007, 2:40:18 AM (18 years ago)
- Location:
- BasicCompiler_Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/common.h
r123 r125 47 47 48 48 #ifdef _AMD64_ 49 #define VER_INFO "(x64) β rev.24 6"49 #define VER_INFO "(x64) β rev.248" 50 50 #else 51 #define VER_INFO "β rev.24 6"51 #define VER_INFO "β rev.248" 52 52 #endif 53 53 … … 282 282 #include "../BasicCompiler_Common/DebugSection.h" 283 283 #include "../BasicCompiler_Common/VariableOpe.h" 284 #include "../BasicCompiler_Common/Exception.h"284 #include <Exception.h> 285 285 286 286 -
BasicCompiler_Common/src/Exception.cpp
r124 r125 1 #include "Exception.h"1 #include <Exception.h> 2 2 3 3 namespace Exception{
Note:
See TracChangeset
for help on using the changeset viewer.