diff options
| author | Andrew Innes | 2000-08-22 22:19:26 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 22:19:26 +0000 |
| commit | f12ef5ebfd680c9aeeab106d0de5966ee3bf2075 (patch) | |
| tree | 0d9395cf00783823e36d849d0eb510cdf3d18bf6 /src/floatfns.c | |
| parent | 1f9c3929c54fbb9e1e25c6cede937b5aaa65a41f (diff) | |
| download | emacs-f12ef5ebfd680c9aeeab106d0de5966ee3bf2075.tar.gz emacs-f12ef5ebfd680c9aeeab106d0de5966ee3bf2075.zip | |
[USE_CRT_DLL]: Remove unnecessary extern, which screws
up dllimport attributes.
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index d6cbb876e37..db1c3a7231e 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -107,8 +107,10 @@ extern double logb (); | |||
| 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; |
| 111 | #endif | 112 | #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. */ |