Changeset 138 in dev for BasicCompiler32/Opcode.h


Ignore:
Timestamp:
Jun 12, 2007, 1:57:26 AM (17 years ago)
Author:
dai_9181
Message:

Member::initializeExpressionのリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Opcode.h

    r129 r138  
    202202void SetThisPtrToReg(int reg);
    203203bool GetVarOffset(bool isErrorEnabled,bool isWriteAccess,const char *NameBuffer,RELATIVE_VAR *pRelativeVar,Type &resultType,int *pss = 0);
    204 bool SetInitGlobalData(int offset,const Type &type,const int *SubScripts,char *InitBuf);
     204bool SetInitGlobalData(int offset,const Type &type,const int *SubScripts,const char *InitBuf);
    205205#define DIMFLAG_INITDEBUGVAR            1
    206206#define DIMFLAG_NONCALL_CONSTRACTOR     2
    207207#define DIMFLAG_STATIC                  4
    208208#define DIMFLAG_CONST                   8
    209 void dim( char *VarName,int *SubScripts,Type &type,char *InitBuf,char *ConstractParameter,DWORD dwFlags);
     209void dim( char *VarName,int *SubScripts,Type &type, const char *InitBuf,const char *ConstractParameter,DWORD dwFlags);
    210210void SetVarPtrToEax(RELATIVE_VAR *pRelativeVar);
    211211void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar);
Note: See TracChangeset for help on using the changeset viewer.