blob: 88dc93e9981731db8afc7c560f9f800ab9a9d39f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-af,v 1.2 2005/12/01 18:13:24 wiz Exp $
--- src/lisp.h.orig 1994-10-21 05:20:28.000000000 +0100
+++ 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.
|