summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-03-19 10:00:09 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-03-19 10:00:09 +0000
commit757b2077be159ef2e1341a8ef799127b3a53518e (patch)
tree955c4a9c3d87ff13cc6ec644d2ef2eaa72cf0e99
parent8b1b7fb5ef073501ebeb55cacfabe461733edbbd (diff)
Import Mesa 18.3.5
-rw-r--r--lib/mesa/src/mesa/program/program_parse.tab.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/mesa/src/mesa/program/program_parse.tab.h b/lib/mesa/src/mesa/program/program_parse.tab.h
index 6305f0c1f..d60eb3b63 100644
--- a/lib/mesa/src/mesa/program/program_parse.tab.h
+++ b/lib/mesa/src/mesa/program/program_parse.tab.h
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.1. */
+/* A Bison parser, made by GNU Bison 3.2. */
/* Bison interface for Yacc-like parsers in C
@@ -30,6 +30,9 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
+/* Undocumented macros, especially those whose name start with YY_,
+ are private implementation details. Do not rely on them. */
+
#ifndef YY__MESA_PROGRAM_PROGRAM_PROGRAM_PARSE_TAB_H_INCLUDED
# define YY__MESA_PROGRAM_PROGRAM_PROGRAM_PARSE_TAB_H_INCLUDED
/* Debug traces. */
@@ -157,7 +160,7 @@ extern int _mesa_program_debug;
union YYSTYPE
{
-#line 129 "./program/program_parse.y" /* yacc.c:1913 */
+#line 129 "./program/program_parse.y" /* yacc.c:1906 */
struct asm_instruction *inst;
struct asm_symbol *sym;
@@ -183,7 +186,7 @@ union YYSTYPE
unsigned negate:1;
} ext_swizzle;
-#line 187 "./program/program_parse.tab.h" /* yacc.c:1913 */
+#line 190 "./program/program_parse.tab.h" /* yacc.c:1906 */
};
typedef union YYSTYPE YYSTYPE;