summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-08-10 16:54:23 -0700
committerCarl Worth <cworth@cworth.org>2010-08-10 16:54:23 -0700
commita7d6c496cfe2165468c4151f0838ebfd2122a990 (patch)
tree93a5bd85d430ac5069d07a875e8399da5bce7877 /src/glsl/glsl_parser.h
parent60d8c46995aa9cf3f80592b9c9bb8e5be6e87502 (diff)
glsl2: Regenerate glsl_parser.cpp and glsl_parser.h
After making a minor change to the .y file.
Diffstat (limited to 'src/glsl/glsl_parser.h')
-rw-r--r--src/glsl/glsl_parser.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/glsl/glsl_parser.h b/src/glsl/glsl_parser.h
index 367b46f49e5..470c080f723 100644
--- a/src/glsl/glsl_parser.h
+++ b/src/glsl/glsl_parser.h
@@ -1,9 +1,10 @@
-/* A Bison parser, made by GNU Bison 2.4.2. */
+
+/* A Bison parser, made by GNU Bison 2.4.1. */
/* Skeleton interface for Bison's Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2006, 2009-2010 Free Software
- Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+ 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
@@ -234,8 +235,8 @@
typedef union YYSTYPE
{
-/* Line 1685 of yacc.c */
-#line 45 "glsl_parser.ypp"
+/* Line 1676 of yacc.c */
+#line 53 "glsl_parser.ypp"
int n;
float real;
@@ -265,8 +266,8 @@ typedef union YYSTYPE
-/* Line 1685 of yacc.c */
-#line 270 "glsl_parser.h"
+/* Line 1676 of yacc.c */
+#line 271 "glsl_parser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */