summaryrefslogtreecommitdiff
path: root/lang/gcc48/files/patch-gengtype-yacc.y
blob: 4afaae159533b827e9617698ebeb38c043978a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gcc/gengtype-yacc.y.orig	Fri Sep 20 00:33:24 2002
+++ gcc/gengtype-yacc.y	Tue Apr 22 09:11:27 2003
@@ -24,6 +24,9 @@
 #include "system.h"
 #include "gengtype.h"
 #define YYERROR_VERBOSE
+
+#define malloc xmalloc
+#define realloc xrealloc
 %}
 
 %union {