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:
parent
3cd5573537
commit
cbe3cc9229
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue