pkgsrc/editors/mule/patches/patch-src_callint_c
dholland 918e692115 Adjust the amd64 patch by crosschecking the existing header for alpha.
Patch extensive use of malloc and alloca without <stdlib.h> and some
other stuff that showed up in the build log.

Still crashes in temacs but it's getting much farther.
2011-12-24 17:07:07 +00:00

14 lines
423 B
Text

$NetBSD: patch-src_callint_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- src/callint.c~ 1994-10-21 04:19:49.000000000 +0000
+++ src/callint.c
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass A
/* 93.3.18 modified for Mule Ver.0.9.7.1 by K.Handa <handa@etl.go.jp>
Document of 'interactive' updated. */
+#include <stdlib.h>
#include <config.h>
#include "lisp.h"
#include "buffer.h"