diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-10 23:05:57 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-10 23:05:57 -0700 |
commit | da85a02af7585384008d3ebec836a7b8571f175d (patch) | |
tree | e6d4f34119ea1c45985eaed207ef6b47f650ea93 /src/floatfns.c | |
parent | 7f5515125fbc9b46454e1f84b7e3052a0a5326f0 (diff) | |
parent | 4d45a8b7a237e1d33d0ae71d95a0ed7165ea6cda (diff) | |
download | emacs-da85a02af7585384008d3ebec836a7b8571f175d.tar.gz emacs-da85a02af7585384008d3ebec836a7b8571f175d.tar.bz2 emacs-da85a02af7585384008d3ebec836a7b8571f175d.zip |
Merge from trunk.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r-- | src/floatfns.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 850eb9f1bcc..89aa052e8b1 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -958,8 +958,7 @@ Rounds the value toward zero. */) #ifdef FLOAT_CATCH_SIGILL static void -float_error (signo) - int signo; +float_error (int signo) { if (! in_float) fatal_error_signal (signo); |