mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Revert "glsl: do not use deprecated bison-keyword"
This reverts commit eb85124a9f.
This commit is contained in:
parent
93d900ece3
commit
810b95e02c
3 changed files with 3 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ add_builtin_define(glcpp_parser_t *parser, const char *name, int value);
|
|||
%}
|
||||
|
||||
%pure-parser
|
||||
%define parse.error verbose
|
||||
%error-verbose
|
||||
|
||||
%locations
|
||||
%initial-action {
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ static bool match_layout_qualifier(const char *s1, const char *s2,
|
|||
%expect 0
|
||||
|
||||
%pure-parser
|
||||
%define parse.error verbose
|
||||
%error-verbose
|
||||
|
||||
%locations
|
||||
%initial-action {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue