20 lines
663 B
Text
20 lines
663 B
Text
$NetBSD: patch-af,v 1.3 2013/04/21 15:39:59 joerg Exp $
|
|
|
|
--- src/lisp.h.orig 1994-10-21 04:20:28.000000000 +0000
|
|
+++ src/lisp.h
|
|
@@ -30,6 +30,10 @@ the Free Software Foundation, 675 Mass A
|
|
/* 93.1.15 modified for Mule Ver.0.9.7.1 by Y.Akiba <akiba@cbs.canon.co.jp>
|
|
Patch for NeXT is updated. */
|
|
|
|
+#if defined(__NetBSD__)
|
|
+#include <machine/limits.h> /* for DBLL_DIG */
|
|
+#endif
|
|
+
|
|
/* Define the fundamental Lisp data structures */
|
|
|
|
/* Define an integer type with the same size as Lisp_Object.
|
|
@@ -1550,3 +1554,4 @@ extern char *egetenv ();
|
|
|
|
/* Set up the name of the machine we're running on. */
|
|
extern void init_system_name ();
|
|
+void init_data (void);
|