glsl: do not use deprecated bison-keyword
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 20 May 2019 11:29:05 +0000 (13:29 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 21 May 2019 11:31:43 +0000 (11:31 +0000)
commiteb85124a9f6e9cb94d0d4a99f91bbae374777e3a
treef06be0bbc884473fa36f094bd99cf8e44bbd37d9
parent67f94968936ea84335a37afbc36033dbc7353c95
glsl: do not use deprecated bison-keyword

%error-verbose has been deprecated since Bison 3.0, which was released
in 2013. In Bison 3.3.1 which was recently released, this has started
causing warnings. Let's update the code to do this in the modern way
intead, to avoid cluttering the output needlessly.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/compiler/glsl/glcpp/glcpp-parse.y
src/compiler/glsl/glsl_parser.yy
src/mesa/program/program_parse.y