diff options
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 b5c8b4af5c3..e003f492fe6 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -961,8 +961,7 @@ Rounds the value toward zero. */) | |||
| 961 | 961 | ||
| 962 | #ifdef FLOAT_CATCH_SIGILL | 962 | #ifdef FLOAT_CATCH_SIGILL |
| 963 | static void | 963 | static void |
| 964 | float_error (signo) | 964 | float_error (int signo) |
| 965 | int signo; | ||
| 966 | { | 965 | { |
| 967 | if (! in_float) | 966 | if (! in_float) |
| 968 | fatal_error_signal (signo); | 967 | fatal_error_signal (signo); |