Changeset 324 in dev
- Timestamp:
- Sep 24, 2007, 3:13:51 PM (17 years ago)
- Location:
- trunk/abdev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Calc.cpp
r316 r324 498 498 } 499 499 500 if( (std::string)Command == "items[index]=item" )501 {502 int test=0;503 }504 500 505 501 /////////////////////////////////////////////////////////////// -
trunk/abdev/BasicCompiler_Common/include/ver.h
r320 r324 6 6 // バージョン付加文字列 7 7 #ifdef _AMD64_ 8 #define VER_INFO "(x64) (rev.33 1)"8 #define VER_INFO "(x64) (rev.338)" 9 9 #else 10 #define VER_INFO "(rev.33 1)"10 #define VER_INFO "(rev.338)" 11 11 #endif -
trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
r322 r324 55 55 //ソースコードの位置 56 56 this->codePos = nowLine; 57 if( nowLine == 0x10b )58 {59 int test=0;60 }61 57 62 58 //パラメータ
Note:
See TracChangeset
for help on using the changeset viewer.