Blame SOURCES/gcc32-bison-1.875c.patch

6f1b0c
--- gcc/cp/parse.y.jj	2003-01-17 12:33:10.000000000 -0500
6f1b0c
+++ gcc/cp/parse.y	2004-07-01 09:03:23.000000000 -0400
6f1b0c
@@ -44,6 +44,9 @@ Boston, MA 02111-1307, USA.  */
6f1b0c
 #include "except.h"
6f1b0c
 #include "toplev.h"
6f1b0c
 #include "ggc.h"
6f1b0c
+#ifdef __GNUC__
6f1b0c
+#define YYMALLOC nonexistent
6f1b0c
+#endif
6f1b0c
 
6f1b0c
 extern struct obstack permanent_obstack;
6f1b0c
 
6f1b0c
--- gcc/java/parse.y.jj	2004-01-27 10:16:49.000000000 -0500
6f1b0c
+++ gcc/java/parse.y	2004-07-01 09:03:53.000000000 -0400
6f1b0c
@@ -65,6 +65,9 @@ definitions and other extensions.  */
6f1b0c
 #include "function.h"
6f1b0c
 #include "except.h"
6f1b0c
 #include "ggc.h"
6f1b0c
+#ifdef __GNUC__
6f1b0c
+#define YYMALLOC nonexistent
6f1b0c
+#endif
6f1b0c
 
6f1b0c
 #ifndef DIR_SEPARATOR
6f1b0c
 #define DIR_SEPARATOR '/'
6f1b0c
--- gcc/java/parse-scan.y.jj	2001-04-04 18:12:39.000000000 -0400
6f1b0c
+++ gcc/java/parse-scan.y	2004-07-01 09:07:17.000000000 -0400
6f1b0c
@@ -43,6 +43,10 @@ definitions and other extensions.  */
6f1b0c
 #include "obstack.h"
6f1b0c
 #include "toplev.h"
6f1b0c
 
6f1b0c
+#ifdef __GNUC__
6f1b0c
+#define YYMALLOC nonexistent
6f1b0c
+#endif
6f1b0c
+
6f1b0c
 extern char *input_filename;
6f1b0c
 extern FILE *finput, *out;
6f1b0c
 
6f1b0c
--- gcc/tradcif.y.jj	2002-02-04 05:41:44.000000000 -0500
6f1b0c
+++ gcc/tradcif.y	2004-07-01 08:55:51.000000000 -0400
6f1b0c
@@ -27,6 +27,9 @@ Foundation, 59 Temple Place - Suite 330,
6f1b0c
 #include "intl.h"
6f1b0c
 #include "tradcpp.h"
6f1b0c
 #include <setjmp.h>
6f1b0c
+#ifdef __GNUC__
6f1b0c
+#define YYMALLOC nonexistent
6f1b0c
+#endif
6f1b0c
 
6f1b0c
   static int yylex PARAMS ((void));
6f1b0c
   static void yyerror PARAMS ((const char *msgid)) ATTRIBUTE_NORETURN;
6f1b0c
--- gcc/c-parse.in.jj	2003-08-01 19:21:40.000000000 -0400
6f1b0c
+++ gcc/c-parse.in	2004-07-01 08:56:33.000000000 -0400
6f1b0c
@@ -47,6 +47,9 @@ end ifc
6f1b0c
 #include "output.h"
6f1b0c
 #include "toplev.h"
6f1b0c
 #include "ggc.h"
6f1b0c
+#ifdef __GNUC__
6f1b0c
+#define YYMALLOC nonexistent
6f1b0c
+#endif
6f1b0c
   
6f1b0c
 #ifdef MULTIBYTE_CHARS
6f1b0c
 #include <locale.h>