summaryrefslogtreecommitdiff
path: root/editors/mule/patches/patch-ai
blob: 9efdbfce61a11b89017d727e662127a8fa126a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ai,v 1.3 2006/01/04 20:35:08 joerg Exp $

--- src/floatfns.c.orig	1995-02-17 07:47:39.000000000 +0000
+++ src/floatfns.c
@@ -49,7 +49,7 @@ the Free Software Foundation, 675 Mass A
 #include "lisp.h"
 #include "syssignal.h"
 
-Lisp_Object Qarith_error;
+extern Lisp_Object Qarith_error;
 
 #ifdef LISP_FLOAT_TYPE
 
@@ -103,8 +103,6 @@ extern double logb ();
 
 #ifdef FLOAT_CHECK_ERRNO
 # include <errno.h>
-
-extern int errno;
 #endif
 
 /* Avoid traps on VMS from sinh and cosh.