Rename 'parse_config' export -> 'parser'

This commit is contained in:
Max Brunsfeld 2014-03-15 14:48:28 -07:00
parent 0dc3a95d0c
commit da992b77ff
6 changed files with 11 additions and 12 deletions

View file

@ -759,4 +759,4 @@ PARSE_FN() {
FINISH_PARSER();
}
EXPORT_PARSER(ts_parse_config_arithmetic);
EXPORT_PARSER(ts_parser_arithmetic);

View file

@ -916,4 +916,4 @@ PARSE_FN() {
FINISH_PARSER();
}
EXPORT_PARSER(ts_parse_config_json);
EXPORT_PARSER(ts_parser_json);