From 810b95e02c50eb991e22d0772cf283d25adf7dc4 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 21 May 2019 14:59:08 +0200 Subject: Revert "glsl: do not use deprecated bison-keyword" This reverts commit eb85124a9f6e9cb94d0d4a99f91bbae374777e3a. --- src/mesa/program/program_parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/program/program_parse.y b/src/mesa/program/program_parse.y index 3d0c1e2ea9e..7398f5f507a 100644 --- a/src/mesa/program/program_parse.y +++ b/src/mesa/program/program_parse.y @@ -124,7 +124,7 @@ static struct asm_instruction *asm_instruction_copy_ctor( %locations %lex-param { struct asm_parser_state *state } %parse-param { struct asm_parser_state *state } -%define parse.error verbose +%error-verbose %union { struct asm_instruction *inst; -- cgit v1.2.3