Changeset 138 in dev for BasicCompiler32/Opcode.h
- Timestamp:
- Jun 12, 2007, 1:57:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Opcode.h
r129 r138 202 202 void SetThisPtrToReg(int reg); 203 203 bool 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,c har *InitBuf);204 bool SetInitGlobalData(int offset,const Type &type,const int *SubScripts,const char *InitBuf); 205 205 #define DIMFLAG_INITDEBUGVAR 1 206 206 #define DIMFLAG_NONCALL_CONSTRACTOR 2 207 207 #define DIMFLAG_STATIC 4 208 208 #define DIMFLAG_CONST 8 209 void dim( char *VarName,int *SubScripts,Type &type, char *InitBuf,char *ConstractParameter,DWORD dwFlags);209 void dim( char *VarName,int *SubScripts,Type &type, const char *InitBuf,const char *ConstractParameter,DWORD dwFlags); 210 210 void SetVarPtrToEax(RELATIVE_VAR *pRelativeVar); 211 211 void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar);
Note:
See TracChangeset
for help on using the changeset viewer.