[packages] / gcc / repos / core-i686 / buildfix_new_bison.patch

View of /gcc/repos/core-i686/buildfix_new_bison.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19322 - (download) (annotate)
Thu Nov 20 11:36:53 2008 UTC (6 months ago) by andyrtr
Original Path: gcc/trunk/buildfix_new_bison.patch
File size: 423 byte(s)
upgpkg: gcc 4.3.2-2
    rebuild for new binutils/glibc
--- gcc/treelang/parse.y	2007-07-18 08:19:29.000000000 +0000
+++ gcc/treelang/parse.y.new	2008-11-20 06:40:00.013275486 +0000
@@ -369,7 +369,6 @@
   current_function = NULL;
 }
 ;
-
 variable_defs_opt:
 /* Nil.  */ {
   $$ = 0;
@@ -685,9 +684,9 @@
 
 expressions_with_commas_opt:
 /* Nil.  */ {
-$$ = 0
+$$ = 0;
 }
-|expressions_with_commas { $$ = $1 }
+|expressions_with_commas { $$ = $1; }
 ;
 
 expressions_with_commas:

Copyright © 2002-2008 Judd Vinet and Aaron Griffin.
The Arch Linux name and logo are recognized trademarks. Some rights reserved.