Changeset 98 in dev


Ignore:
Timestamp:
Apr 16, 2007, 4:11:24 AM (17 years ago)
Author:
dai_9181
Message:

Thisを単体で指定するとエラーになってしまうバグを修正。

Location:
BasicCompiler_Common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/NumOpe_GetType.cpp

    r97 r98  
    394394        //Thisオブジェクト
    395395        resultType.SetType( DEF_OBJECT, pobj_CompilingClass );
     396        isLiteral = false;
    396397        return true;
    397398    }
  • BasicCompiler_Common/common.h

    r97 r98  
    4747
    4848#ifdef _AMD64_
    49 #define VER_INFO        "(x64) β rev.213"
     49#define VER_INFO        "(x64) β rev.217"
    5050#else
    51 #define VER_INFO        "β rev.213"
     51#define VER_INFO        "β rev.217"
    5252#endif
    5353
Note: See TracChangeset for help on using the changeset viewer.