aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index b2ab5684d4d..f526cd36a6f 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3163,6 +3163,7 @@ extern Lisp_Object internal_with_output_to_temp_buffer
3163 (const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object); 3163 (const char *, Lisp_Object (*) (Lisp_Object), Lisp_Object);
3164enum FLOAT_TO_STRING_BUFSIZE { FLOAT_TO_STRING_BUFSIZE = 350 }; 3164enum FLOAT_TO_STRING_BUFSIZE { FLOAT_TO_STRING_BUFSIZE = 350 };
3165extern int float_to_string (char *, double); 3165extern int float_to_string (char *, double);
3166extern void init_print_once (void);
3166extern void syms_of_print (void); 3167extern void syms_of_print (void);
3167 3168
3168/* Defined in doprnt.c. */ 3169/* Defined in doprnt.c. */