glsl: do not use deprecated bison-keyword
[mesa.git] / src / mesa / program / program_parse.y
index 7398f5f507a08f06e07b9543462caddb8f80b8fb..3d0c1e2ea9ee6c6a57929128e8d48ee136c36698 100644 (file)
@@ -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 }
-%error-verbose
+%define parse.error verbose
 
 %union {
    struct asm_instruction *inst;