918e692115
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.
14 lines
349 B
Text
14 lines
349 B
Text
$NetBSD: patch-src_doprnt_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- src/doprnt.c~ 1994-10-24 12:24:27.000000000 +0000
|
|
+++ src/doprnt.c
|
|
@@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass A
|
|
#include <config.h>
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
+#include <stdlib.h>
|
|
|
|
#include "lisp.h"
|
|
#include "charset.h"
|