Rename 'parse_config' export -> 'parser'
This commit is contained in:
parent
0dc3a95d0c
commit
da992b77ff
6 changed files with 11 additions and 12 deletions
|
|
@ -759,4 +759,4 @@ PARSE_FN() {
|
|||
FINISH_PARSER();
|
||||
}
|
||||
|
||||
EXPORT_PARSER(ts_parse_config_arithmetic);
|
||||
EXPORT_PARSER(ts_parser_arithmetic);
|
||||
|
|
|
|||
|
|
@ -916,4 +916,4 @@ PARSE_FN() {
|
|||
FINISH_PARSER();
|
||||
}
|
||||
|
||||
EXPORT_PARSER(ts_parse_config_json);
|
||||
EXPORT_PARSER(ts_parser_json);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue