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 8b970959f9e..8a3d7191f07 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1997,7 +1997,7 @@ Floating point numbers always use base 10.") | |||
| 1997 | 1997 | ||
| 1998 | #ifdef LISP_FLOAT_TYPE | 1998 | #ifdef LISP_FLOAT_TYPE |
| 1999 | if (isfloat_string (p)) | 1999 | if (isfloat_string (p)) |
| 2000 | return make_float (atof (p)); | 2000 | return make_float (negative * atof (p)); |
| 2001 | #endif /* LISP_FLOAT_TYPE */ | 2001 | #endif /* LISP_FLOAT_TYPE */ |
| 2002 | 2002 | ||
| 2003 | while (1) | 2003 | while (1) |