diff options
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 562ec045c19..cd1c0c4441e 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -1010,6 +1010,7 @@ matherr (x) | |||
| 1010 | } | 1010 | } |
| 1011 | #endif /* HAVE_MATHERR */ | 1011 | #endif /* HAVE_MATHERR */ |
| 1012 | 1012 | ||
| 1013 | void | ||
| 1013 | init_floatfns () | 1014 | init_floatfns () |
| 1014 | { | 1015 | { |
| 1015 | #ifdef FLOAT_CATCH_SIGILL | 1016 | #ifdef FLOAT_CATCH_SIGILL |
| @@ -1025,6 +1026,7 @@ init_floatfns () | |||
| 1025 | 1026 | ||
| 1026 | #endif /* not LISP_FLOAT_TYPE */ | 1027 | #endif /* not LISP_FLOAT_TYPE */ |
| 1027 | 1028 | ||
| 1029 | void | ||
| 1028 | syms_of_floatfns () | 1030 | syms_of_floatfns () |
| 1029 | { | 1031 | { |
| 1030 | #ifdef LISP_FLOAT_TYPE | 1032 | #ifdef LISP_FLOAT_TYPE |