comparison src/floatfns.c @ 31095:e19d38e14720

[USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 22:19:26 +0000
parents 9400865ec7cf
children 911382113c16
comparison
equal deleted inserted replaced
31094:7949e7792b02 31095:e19d38e14720
105 #endif 105 #endif
106 106
107 #ifdef FLOAT_CHECK_ERRNO 107 #ifdef FLOAT_CHECK_ERRNO
108 # include <errno.h> 108 # include <errno.h>
109 109
110 #ifndef USE_CRT_DLL
110 extern int errno; 111 extern int errno;
112 #endif
111 #endif 113 #endif
112 114
113 /* Avoid traps on VMS from sinh and cosh. 115 /* Avoid traps on VMS from sinh and cosh.
114 All the other functions set errno instead. */ 116 All the other functions set errno instead. */
115 117