diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-24 16:11:57 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-24 16:11:57 +0000 |
commit | 631c06649bfd5bc94efeaece97a4ce6a00d99224 (patch) | |
tree | e3e23df67074f329f276dd2954d8dbb8709ba104 /lang/ptoc/files/patch-ae | |
parent | Explain why this port has not been upgraded to 1.3.5. (diff) |
Upgrade to version 3.50
PR: 22253
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=34189
Diffstat (limited to '')
-rw-r--r-- | lang/ptoc/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ptoc/files/patch-ae b/lang/ptoc/files/patch-ae new file mode 100644 index 000000000000..38422e5f9053 --- /dev/null +++ b/lang/ptoc/files/patch-ae @@ -0,0 +1,11 @@ +--- parser.y.orig Sat Nov 7 10:42:00 1998 ++++ parser.y Sat Oct 21 04:59:01 2000 +@@ -5,8 +5,6 @@ + #include <string.h> + #ifdef __DECCXX + #include <alloca.h> +-#else +-#include <malloc.h> + #endif + + #include "nmtbl.h" |