Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: third_party/mesa/MesaLib/src/glsl/glsl_parser.h

Issue 11344041: Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/mesa/MesaLib/src/glsl/glsl_lexer.cpp ('k') | third_party/mesa/MesaLib/src/glsl/glsl_parser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/MesaLib/src/glsl/glsl_parser.h
===================================================================
--- third_party/mesa/MesaLib/src/glsl/glsl_parser.h (revision 165006)
+++ third_party/mesa/MesaLib/src/glsl/glsl_parser.h (working copy)
@@ -1,8 +1,9 @@
-/* A Bison parser, made by GNU Bison 2.5. */
+/* A Bison parser, made by GNU Bison 2.4.3. */
-/* Bison interface for Yacc-like parsers in C
+/* Skeleton interface for Bison's Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2011 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
@@ -234,7 +235,7 @@
typedef union YYSTYPE
{
-/* Line 2068 of yacc.c */
+/* Line 1685 of yacc.c */
#line 52 "glsl_parser.ypp"
int n;
@@ -270,8 +271,8 @@
-/* Line 2068 of yacc.c */
-#line 275 "glsl_parser.h"
+/* Line 1685 of yacc.c */
+#line 276 "glsl_parser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
« no previous file with comments | « third_party/mesa/MesaLib/src/glsl/glsl_lexer.cpp ('k') | third_party/mesa/MesaLib/src/glsl/glsl_parser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698