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
455 B
Text
14 lines
455 B
Text
$NetBSD: patch-src_textprop_c,v 1.1 2011/12/24 17:07:08 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- src/textprop.c~ 1994-11-04 11:11:20.000000000 +0000
|
|
+++ src/textprop.c
|
|
@@ -17,6 +17,7 @@ You should have received a copy of the G
|
|
along with GNU Emacs; see the file COPYING. If not, write to
|
|
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|
|
|
+#include <stdlib.h>
|
|
#include <config.h>
|
|
#include "lisp.h"
|
|
#include "intervals.h"
|