Changeset 324 in dev


Ignore:
Timestamp:
Sep 24, 2007, 3:13:51 PM (17 years ago)
Author:
dai_9181
Message:
 
Location:
trunk/abdev
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Calc.cpp

    r316 r324  
    498498    }
    499499
    500     if( (std::string)Command == "items[index]=item" )
    501     {
    502         int test=0;
    503     }
    504500
    505501    ///////////////////////////////////////////////////////////////
  • trunk/abdev/BasicCompiler_Common/include/ver.h

    r320 r324  
    66// バージョン付加文字列
    77#ifdef _AMD64_
    8 #define VER_INFO        "(x64) (rev.331)"
     8#define VER_INFO        "(x64) (rev.338)"
    99#else
    10 #define VER_INFO        "(rev.331)"
     10#define VER_INFO        "(rev.338)"
    1111#endif
  • trunk/abdev/BasicCompiler_Common/src/Procedure.cpp

    r322 r324  
    5555    //ソースコードの位置
    5656    this->codePos = nowLine;
    57     if( nowLine == 0x10b )
    58     {
    59         int test=0;
    60     }
    6157
    6258    //パラメータ
Note: See TracChangeset for help on using the changeset viewer.