Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/floatfns.c Tue Aug 22 22:16:41 2000 +0000 +++ b/src/floatfns.c Tue Aug 22 22:19:26 2000 +0000 @@ -107,8 +107,10 @@ #ifdef FLOAT_CHECK_ERRNO # include <errno.h> +#ifndef USE_CRT_DLL extern int errno; #endif +#endif /* Avoid traps on VMS from sinh and cosh. All the other functions set errno instead. */
