Commit 5ea4d597 authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Use %define parse.error verbose instead of %error-verbose.

The latter is deprecated and causes warnings. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 7204f0f6
...@@ -318,7 +318,7 @@ static typelib_t *current_typelib; ...@@ -318,7 +318,7 @@ static typelib_t *current_typelib;
%right '!' '~' CAST PPTR POS NEG ADDRESSOF tSIZEOF %right '!' '~' CAST PPTR POS NEG ADDRESSOF tSIZEOF
%left '.' MEMBERPTR '[' ']' %left '.' MEMBERPTR '[' ']'
%error-verbose %define parse.error verbose
%% %%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment