make TT_USER > TT_ERR, remove TT_MAX
This commit is contained in:
parent
ad4aa74b85
commit
4d0ec07c1a
4 changed files with 20 additions and 2 deletions
|
|
@ -43,9 +43,8 @@ typedef enum HTokenType_ {
|
|||
TT_SINT,
|
||||
TT_UINT,
|
||||
TT_SEQUENCE,
|
||||
TT_USER = 64,
|
||||
TT_ERR,
|
||||
TT_MAX
|
||||
TT_USER = 64
|
||||
} HTokenType;
|
||||
|
||||
typedef struct HCountedArray_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue