mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
23 lines
495 B
Plaintext
23 lines
495 B
Plaintext
$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.
|