Changeset 65 in dev for BasicCompiler_Common
- Timestamp:
- Mar 8, 2007, 4:45:58 AM (18 years ago)
- Location:
- BasicCompiler_Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/common.h
r64 r65 43 43 44 44 #ifdef _AMD64_ 45 #define VER_INFO "β1 3(x64)"45 #define VER_INFO "β14 (x64)" 46 46 #else 47 #define VER_INFO "β1 3"47 #define VER_INFO "β14" 48 48 #endif 49 49 -
BasicCompiler_Common/error.cpp
r64 r65 291 291 } 292 292 293 #ifndef _DEBUG294 if(num==300){295 //内部エラー296 return;297 }298 #endif299 300 293 if(!GetErrorMsg(num,KeyWord,temporary,pos)) return; 301 294
Note:
See TracChangeset
for help on using the changeset viewer.