Ignore:
Timestamp:
Jul 31, 2007, 4:30:31 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r223 r254  
    343343int GetLiteralIndex(_int64 i64data);
    344344int NeutralizationType(int type1,LONG_PTR index1,int type2,LONG_PTR index2);
    345 DWORD GetLiteralValue(char *value,_int64 *pi64,int BaseType);
    346 int IsStrCalculation(char *Command);
     345DWORD GetLiteralValue(char *value,_int64 *pi64,int BaseType, bool isNotifyError = true );
     346int IsStrCalculation(const char *Command);
    347347BYTE GetCalcId(const char *Command,int *pi);
    348348BOOL GetNumOpeElements(const char *Command,int *pnum,
     
    353353BOOL CheckCalcType(int idCalc,int *type,int sp);
    354354bool GetTermType( const char *term, Type &resultType, bool &isLiteral, bool *pIsClassName = NULL );
    355 bool NumOpe_GetType( const char *expression, const Type &baseType, Type &resultType );
     355bool NumOpe_GetType( const char *expression, const Type &baseType, Type &resultType, bool *pIsLiteralCalculation = NULL );
    356356
    357357//Subroutine.cpp
Note: See TracChangeset for help on using the changeset viewer.