mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
glcpp: Add %error-verbose.
This commit is contained in:
parent
77260fc0a0
commit
f70f60739a
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ glcpp_parser_lex_from (glcpp_parser_t *parser, token_list_t *list);
|
|||
%}
|
||||
|
||||
%pure-parser
|
||||
%error-verbose
|
||||
|
||||
%parse-param {glcpp_parser_t *parser}
|
||||
%lex-param {glcpp_parser_t *parser}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue