Fix incorrect cast in ts_language_symbol_is_in_progress
This commit is contained in:
parent
655d374d0c
commit
f63fcffe95
2 changed files with 5 additions and 6 deletions
|
|
@ -83,7 +83,7 @@ typedef union {
|
|||
|
||||
typedef union {
|
||||
TSSymbol symbol;
|
||||
unsigned int count;
|
||||
unsigned short count;
|
||||
} TSInProgressSymbolEntry;
|
||||
|
||||
struct TSLanguage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue