Changeset 9 in dev for BasicCompiler64/Opcode.h


Ignore:
Timestamp:
Dec 7, 2006, 3:10:13 AM (17 years ago)
Author:
dai_9181
Message:

Constステートメントで定数変数を宣言できるように改良。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Opcode.h

    r3 r9  
    319319BOOL GetVarOffset(BOOL bError,char *NameBuffer,int *pType,RELATIVE_VAR *pRelativeVar,LONG_PTR *plpIndex,int *pss=0);
    320320BOOL SetInitGlobalData(int offset,int type,LONG_PTR lpIndex,int *SubScripts,char *InitBuf);
    321 #define DIMFLAG_INITDEBUGVAR 1
    322 #define DIMFLAG_NONCALL_CONSTRACTOR 2
    323 #define DIMFLAG_STATIC 4
     321#define DIMFLAG_INITDEBUGVAR            1
     322#define DIMFLAG_NONCALL_CONSTRACTOR     2
     323#define DIMFLAG_STATIC                  4
     324#define DIMFLAG_CONST                   8
    324325void OpcodeDim(char *Parameter,DWORD dwFlag);
    325326void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar);
Note: See TracChangeset for help on using the changeset viewer.