diff options
| author | Paul Eggert | 2011-07-10 23:05:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 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.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. */) | |||
| 958 | 958 | ||
| 959 | #ifdef FLOAT_CATCH_SIGILL | 959 | #ifdef FLOAT_CATCH_SIGILL |
| 960 | static void | 960 | static void |
| 961 | float_error (signo) | 961 | float_error (int signo) |
| 962 | int signo; | ||
| 963 | { | 962 | { |
| 964 | if (! in_float) | 963 | if (! in_float) |
| 965 | fatal_error_signal (signo); | 964 | fatal_error_signal (signo); |