diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
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); |
| 3164 | enum FLOAT_TO_STRING_BUFSIZE { FLOAT_TO_STRING_BUFSIZE = 350 }; | 3164 | enum FLOAT_TO_STRING_BUFSIZE { FLOAT_TO_STRING_BUFSIZE = 350 }; |
| 3165 | extern int float_to_string (char *, double); | 3165 | extern int float_to_string (char *, double); |
| 3166 | extern void init_print_once (void); | ||
| 3166 | extern void syms_of_print (void); | 3167 | extern void syms_of_print (void); |
| 3167 | 3168 | ||
| 3168 | /* Defined in doprnt.c. */ | 3169 | /* Defined in doprnt.c. */ |