*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-05-06 20:35:47 +00:00
parent b11815fcb4
commit 79bbec6dfc
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;