summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-11-13 22:02:32 -0800
committerKenneth Graunke <kenneth@whitecape.org>2010-11-15 13:33:58 -0800
commit0d082c0e064e69972a302847256f3f16a3736977 (patch)
tree91236cdd807d74191ad4fbb1ea986c874b3a1cf0 /src/glsl/glsl_parser.h
parent7279feeb19485a62ebf820858a549c87891935c7 (diff)
glsl: Refresh autogenerated lexer and parser files.
For the last three commits.
Diffstat (limited to 'src/glsl/glsl_parser.h')
-rw-r--r--src/glsl/glsl_parser.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/glsl/glsl_parser.h b/src/glsl/glsl_parser.h
index 9bb6ae6299..83aa56f7cb 100644
--- a/src/glsl/glsl_parser.h
+++ b/src/glsl/glsl_parser.h
@@ -1,10 +1,9 @@
-
-/* A Bison parser, made by GNU Bison 2.4.1. */
+/* A Bison parser, made by GNU Bison 2.4.3. */
/* Skeleton interface for Bison's Yacc-like parsers in C
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
- Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2009, 2010 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -226,7 +225,9 @@
IMAGEBUFFER = 442,
IIMAGEBUFFER = 443,
UIMAGEBUFFER = 444,
- ROW_MAJOR = 445
+ IMAGE1DARRAYSHADOW = 445,
+ IMAGE2DARRAYSHADOW = 446,
+ ROW_MAJOR = 447
};
#endif
@@ -236,7 +237,7 @@
typedef union YYSTYPE
{
-/* Line 1676 of yacc.c */
+/* Line 1685 of yacc.c */
#line 52 "glsl_parser.ypp"
int n;
@@ -269,8 +270,8 @@ typedef union YYSTYPE
-/* Line 1676 of yacc.c */
-#line 274 "glsl_parser.h"
+/* Line 1685 of yacc.c */
+#line 275 "glsl_parser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */