aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-01 20:10:33 -0700
committerDan Nicolaescu2010-04-01 20:10:33 -0700
commit42a2c62292ca811bbca455ef738fcde861644d53 (patch)
tree047edcf83a31d6a0c29297a5ecb3ccfccafebe97 /src/floatfns.c
parent8224f93d18d7470f54d5894cb74da0168bddee44 (diff)
downloademacs-42a2c62292ca811bbca455ef738fcde861644d53.tar.gz
emacs-42a2c62292ca811bbca455ef738fcde861644d53.zip
Remove extern errno declarations.
* xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. * movemail.c: * etags.c: * emacsclient.c: Remove extern errno declarations.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 97d9ec00aae..3f7030b7605 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -99,10 +99,6 @@ extern double logb ();
99 99
100#ifdef FLOAT_CHECK_ERRNO 100#ifdef FLOAT_CHECK_ERRNO
101# include <errno.h> 101# include <errno.h>
102
103#ifndef USE_CRT_DLL
104extern int errno;
105#endif
106#endif 102#endif
107 103
108#ifdef FLOAT_CATCH_SIGILL 104#ifdef FLOAT_CATCH_SIGILL