Rename type ts_lexer, ts_parser -> TSLexer, TSParser
This commit is contained in:
parent
c8797bfa27
commit
9d4fcf75de
10 changed files with 30 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "runtime/runtime_spec_helper.h"
|
||||
|
||||
extern "C" ts_parser ts_parser_json();
|
||||
extern "C" TSParser ts_parser_json();
|
||||
|
||||
START_TEST
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue