diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-02-06 13:06:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-02-06 13:06:01 +0000 |
commit | 42c24f3d70dd25151cac4cd139a40da8b71162e2 (patch) | |
tree | a2dbf7550548b000915dae2168520b797e1bc6cf /lang/gcc46/files | |
parent | c628efbea8d1a3680719d303f654e8c1d2e33e19 (diff) |
Notes
Diffstat (limited to 'lang/gcc46/files')
-rw-r--r-- | lang/gcc46/files/patch-gengtype-yacc.y | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/gcc46/files/patch-gengtype-yacc.y b/lang/gcc46/files/patch-gengtype-yacc.y deleted file mode 100644 index 4afaae159533..000000000000 --- a/lang/gcc46/files/patch-gengtype-yacc.y +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 { |