Changeset 324 in dev for trunk/abdev
- Timestamp:
- Sep 24, 2007, 3:13:51 PM (18 years ago)
- Location:
- trunk/abdev
- Files:
- 
      - 3 edited
 
 - 
          
  BasicCompiler32/Compile_Calc.cpp (modified) (1 diff)
- 
          
  BasicCompiler_Common/include/ver.h (modified) (1 diff)
- 
          
  BasicCompiler_Common/src/Procedure.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/abdev/BasicCompiler32/Compile_Calc.cppr316 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.hr320 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.cppr322 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.
  
