Whoops, dynamic precedence needs a sign
This commit is contained in:
parent
9c9311ccd7
commit
1a195d44bb
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ typedef struct {
|
|||
};
|
||||
struct {
|
||||
TSSymbol symbol;
|
||||
uint16_t dynamic_precedence;
|
||||
int16_t dynamic_precedence;
|
||||
uint8_t child_count;
|
||||
uint8_t rename_sequence_id : 7;
|
||||
bool fragile : 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue