Changeset 128 in dev for BasicCompiler_Common/common.h


Ignore:
Timestamp:
May 18, 2007, 4:42:36 AM (17 years ago)
Author:
dai_9181
Message:

Blittable型を導入した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/common.h

    r125 r128  
    4747
    4848#ifdef _AMD64_
    49 #define VER_INFO        "(x64) β rev.248"
     49#define VER_INFO        "(x64) β rev.255"
    5050#else
    51 #define VER_INFO        "β rev.248"
     51#define VER_INFO        "β rev.255"
    5252#endif
    5353
     
    439439int AutoBigCast(int BaseType,int CalcType);
    440440BOOL CheckCalcType(int idCalc,int *type,int sp);
     441bool GetTermType( const char *term, Type &resultType, bool &isLiteral, bool *pIsClassName = NULL );
    441442bool NumOpe_GetType( const char *expression, const Type &baseType, Type &resultType );
    442443
Note: See TracChangeset for help on using the changeset viewer.