*** empty log message ***
This commit is contained in:
@@ -66,7 +66,7 @@ typedef struct /* items hold at the virtual machine stack */
|
||||
WORD wBase; /* stack frame number of items position for a function call */
|
||||
PSYMBOL pSymbols; /* codeblocks symbols */
|
||||
WORD wLine; /* currently processed PRG line number */
|
||||
WORD wParams; /* number of received parameters for a function call */
|
||||
WORD wParams; /* number of received parameters for a function call */
|
||||
} ITEM, * PITEM;
|
||||
|
||||
typedef struct
|
||||
|
||||
@@ -14,7 +14,7 @@ typedef unsigned short int WORD;
|
||||
#undef SHORT /* 2 bytes signed */
|
||||
typedef short int SHORT;
|
||||
|
||||
#undef LONG /* 4 bytes unsigned */
|
||||
#undef LONG /* 4 bytes signed */
|
||||
typedef long LONG;
|
||||
typedef unsigned long ULONG;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user