summaryrefslogtreecommitdiff
path: root/editors/mule/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mule/patches/patch-af')
-rw-r--r--editors/mule/patches/patch-af15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/mule/patches/patch-af b/editors/mule/patches/patch-af
deleted file mode 100644
index a4cc8b29f35..00000000000
--- a/editors/mule/patches/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2000/11/21 05:21:10 kei Exp $
-
---- src/lisp.h.orig Mon Sep 20 13:42:34 1999
-+++ src/lisp.h Mon Sep 20 13:43:50 1999
-@@ -30,6 +30,10 @@
- /* 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.