Mercurial > emacs
comparison src/data.c @ 2781:fde05936aebb
* lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h>
to get the extern declarations for atof. That's where it is in
POSIX.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Fri, 14 May 1993 14:42:01 +0000 |
| parents | 425c4138af31 |
| children | e94a593c3952 |
comparison
equal
deleted
inserted
replaced
| 2780:cfe7659bbc05 | 2781:fde05936aebb |
|---|---|
| 29 #endif | 29 #endif |
| 30 | 30 |
| 31 #include "syssignal.h" | 31 #include "syssignal.h" |
| 32 | 32 |
| 33 #ifdef LISP_FLOAT_TYPE | 33 #ifdef LISP_FLOAT_TYPE |
| 34 #ifdef STDC_HEADERS | |
| 35 #include <stdlib.h> | |
| 36 #endif | |
| 34 #include <math.h> | 37 #include <math.h> |
| 35 #endif /* LISP_FLOAT_TYPE */ | 38 #endif /* LISP_FLOAT_TYPE */ |
| 36 | 39 |
| 37 Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound; | 40 Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound; |
| 38 Lisp_Object Qerror_conditions, Qerror_message, Qtop_level; | 41 Lisp_Object Qerror_conditions, Qerror_message, Qtop_level; |
