summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ar
blob: 80d6630bc42b7cd6a23d029f6a998f6985d84704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ar,v 1.4 2008/10/11 09:56:38 uebayasi Exp $

--- src/floatfns.c.orig	2008-10-10 10:35:49.000000000 +0900
+++ src/floatfns.c
@@ -108,9 +108,6 @@ extern double logb ();
 #ifdef FLOAT_CHECK_ERRNO
 # include <errno.h>
 
-#ifndef USE_CRT_DLL
-extern int errno;
-#endif
 #endif
 
 /* Avoid traps on VMS from sinh and cosh.