1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

(valid_lisp_object_p): Add prototype.

This commit is contained in:
Kim F. Storm 2005-11-09 23:14:19 +00:00
parent 3cd5573537
commit cbe3cc9229

View file

@ -2549,6 +2549,7 @@ extern void init_alloc_once P_ ((void));
extern void init_alloc P_ ((void));
extern void syms_of_alloc P_ ((void));
extern struct buffer * allocate_buffer P_ ((void));
extern int valid_lisp_object_p P_ ((Lisp_Object));
/* Defined in print.c */
extern Lisp_Object Vprin1_to_string_buffer;