libexpr: remove unused token ATTRPATH in token declaration

This commit is contained in:
Yingchi Long 2023-06-23 13:35:41 +08:00
parent 48fe0ed554
commit 9d8c4ac446

View file

@ -330,7 +330,7 @@ void yyerror(YYLTYPE * loc, yyscan_t scanner, ParseData * data, const char * err
%type <ind_string_parts> ind_string_parts
%type <e> path_start string_parts string_attr
%type <id> attr
%token <id> ID ATTRPATH
%token <id> ID
%token <str> STR IND_STR
%token <n> INT
%token <nf> FLOAT