glsl2: Regenerate glsl_parser.cpp and glsl_parser.h

After making a minor change to the .y file.
This commit is contained in:
Carl Worth
2010-08-10 16:54:23 -07:00
parent 60d8c46995
commit a7d6c496cf
2 changed files with 505 additions and 496 deletions
+497 -489
View File
File diff suppressed because it is too large Load Diff
+8 -7
View File
@@ -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 */