diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index f92bc796480..3949e6da54b 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -2582,7 +2582,7 @@ enum arithop | |||
| 2582 | 2582 | ||
| 2583 | static Lisp_Object float_arith_driver (double, int, enum arithop, | 2583 | static Lisp_Object float_arith_driver (double, int, enum arithop, |
| 2584 | int, Lisp_Object *); | 2584 | int, Lisp_Object *); |
| 2585 | extern Lisp_Object fmod_float (); | 2585 | extern Lisp_Object fmod_float (Lisp_Object, Lisp_Object); |
| 2586 | 2586 | ||
| 2587 | Lisp_Object | 2587 | Lisp_Object |
| 2588 | arith_driver (enum arithop code, int nargs, register Lisp_Object *args) | 2588 | arith_driver (enum arithop code, int nargs, register Lisp_Object *args) |