pkgsrc/editors/mule/patches/patch-src_macros_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
385 B
Text

$NetBSD: patch-src_macros_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- src/macros.c~ 1993-09-12 01:21:02.000000000 +0000
+++ src/macros.c
@@ -18,6 +18,7 @@ along with GNU Emacs; see the file COPYI
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <stdlib.h>
#include <config.h>
#include "lisp.h"
#include "macros.h"