Rename type ts_symbol -> TSSymbol

This commit is contained in:
Max Brunsfeld 2014-06-28 18:53:32 -07:00
parent 7e0d46002c
commit d7449bf5ea
8 changed files with 22 additions and 22 deletions

View file

@ -21,7 +21,7 @@ typedef struct {
union {
TSStateId to_state;
struct {
ts_symbol symbol;
TSSymbol symbol;
unsigned short child_count;
};
} data;