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

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 2d27c13d5e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Alexandre Julliard 2019-04-23 11:47:53 +02:00 committed by Michael Stefaniuc
parent 87e7425820
commit 09f48cc249
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ static const struct hlsl_ir_function_decl *get_overloaded_func(struct wine_rb_tr
%}
%locations
%error-verbose
%define parse.error verbose
%expect 1
%union