See changelog for description

This commit is contained in:
Antonio Linares
2002-01-30 10:46:51 +00:00
parent b8fcce5aa5
commit fa0ea9268b
8 changed files with 45 additions and 12 deletions

View File

@@ -188,8 +188,9 @@ typedef enum
HB_P_ONE, /* 122 places a ONE on the virtual machine stack */
HB_P_MACROLIST, /* 122 HB_P_MACROPUSHLIST envelope start. */
HB_P_MACROLISTEND, /* 123 HB_P_MACROPUSHLIST envelope end. */
HB_P_MPUSHSTR, /* 124 Macro compiled pushed string */
/* NOTE: This have to be the last definition */
HB_P_LAST_PCODE /* 123 this defines the number of defined pcodes */
HB_P_LAST_PCODE /* 125 this defines the number of defined pcodes */
} HB_PCODE;
#endif /* HB_PCODE_H_ */
#endif /* HB_PCODE_H_ */