Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
024ec58f
Commit
024ec58f
authored
Sep 22, 1993
by
Brian Fox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add declaration for atof if not predefined.
parent
08ae9134
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/data.c
src/data.c
+4
-0
No files found.
src/data.c
View file @
024ec58f
...
@@ -37,6 +37,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -37,6 +37,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <math.h>
#include <math.h>
#endif
/* LISP_FLOAT_TYPE */
#endif
/* LISP_FLOAT_TYPE */
#if !defined (atof)
extern
double
atof
();
#endif
/* !atof */
Lisp_Object
Qnil
,
Qt
,
Qquote
,
Qlambda
,
Qsubr
,
Qunbound
;
Lisp_Object
Qnil
,
Qt
,
Qquote
,
Qlambda
,
Qsubr
,
Qunbound
;
Lisp_Object
Qerror_conditions
,
Qerror_message
,
Qtop_level
;
Lisp_Object
Qerror_conditions
,
Qerror_message
,
Qtop_level
;
Lisp_Object
Qerror
,
Qquit
,
Qwrong_type_argument
,
Qargs_out_of_range
;
Lisp_Object
Qerror
,
Qquit
,
Qwrong_type_argument
,
Qargs_out_of_range
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment