Rename type ts_state_id -> TSStateId
This commit is contained in:
parent
5f59de72a8
commit
7e0d46002c
9 changed files with 32 additions and 32 deletions
|
|
@ -20,13 +20,13 @@ static const char *ts_symbol_names[]
|
|||
static const int hidden_symbol_flags[SYMBOL_COUNT]
|
||||
|
||||
#define LEX_STATES \
|
||||
static ts_state_id ts_lex_states[STATE_COUNT]
|
||||
static TSStateId ts_lex_states[STATE_COUNT]
|
||||
|
||||
#define PARSE_TABLE \
|
||||
static const ts_parse_action ts_parse_actions[STATE_COUNT][SYMBOL_COUNT]
|
||||
|
||||
#define LEX_FN() \
|
||||
static TSTree * ts_lex(ts_lexer *lexer, ts_state_id lex_state)
|
||||
static TSTree * ts_lex(ts_lexer *lexer, TSStateId lex_state)
|
||||
|
||||
#ifdef TS_DEBUG_LEX
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue