Changeset 138 in dev for BasicCompiler64/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
  • BasicCompiler64/Opcode.h

    r131 r138  
    324324void SetThisPtrToReg(int reg);
    325325bool GetVarOffset(bool isErrorEnabled,bool isWriteAccess,const char *NameBuffer,RELATIVE_VAR *pRelativeVar,Type &resultType,int *pss = NULL);
    326 bool SetInitGlobalData(int offset,const Type &type,const int *SubScripts,char *InitBuf);
     326bool SetInitGlobalData(int offset,const Type &type,const int *SubScripts,const char *InitBuf);
    327327#define DIMFLAG_INITDEBUGVAR            0x01
    328328#define DIMFLAG_NONCALL_CONSTRACTOR     0x02
    329329#define DIMFLAG_STATIC                  0x04
    330330#define DIMFLAG_CONST                   0x08
    331 void dim( char *VarName,int *SubScripts,Type &type,char *InitBuf,char *ConstractParameter,DWORD dwFlags);
     331void dim( char *VarName,int *SubScripts,Type &type, const char *InitBuf,const char *ConstractParameter,DWORD dwFlags);
    332332void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar);
    333333bool Compile_AddGlobalRootsForGc();
Note: See TracChangeset for help on using the changeset viewer.