Revert "glsl: do not use deprecated bison-keyword"

This reverts commit eb85124a9f.
This commit is contained in:
Erik Faye-Lund 2019-05-21 14:59:08 +02:00
parent 93d900ece3
commit 810b95e02c
3 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {

View 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 }
%define parse.error verbose
%error-verbose
%union {
struct asm_instruction *inst;