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