Blame SOURCES/gcc32-bison-1.875c.patch

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