Fix incorrect cast in ts_language_symbol_is_in_progress

This commit is contained in:
Max Brunsfeld 2016-04-17 23:09:49 -07:00
parent 655d374d0c
commit f63fcffe95
2 changed files with 5 additions and 6 deletions

View file

@ -83,7 +83,7 @@ typedef union {
typedef union {
TSSymbol symbol;
unsigned int count;
unsigned short count;
} TSInProgressSymbolEntry;
struct TSLanguage {