diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-21 14:59:08 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-21 17:53:54 +0200 |
commit | 810b95e02c50eb991e22d0772cf283d25adf7dc4 (patch) | |
tree | e36311f5333c7510fa01fb79a1ec8d1ab8ef6a77 /src/mesa/program | |
parent | 93d900ece365274e45034b85af97abf980a63dfb (diff) |
Revert "glsl: do not use deprecated bison-keyword"
This reverts commit eb85124a9f6e9cb94d0d4a99f91bbae374777e3a.
Diffstat (limited to 'src/mesa/program')
-rw-r--r-- | src/mesa/program/program_parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
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; |