(free_misc): Add prototype.
This commit is contained in:
parent
9677e3a9f1
commit
7f5f601be2
1 changed files with 1 additions and 0 deletions
|
@ -2486,6 +2486,7 @@ extern Lisp_Object make_float P_ ((double));
|
|||
extern void display_malloc_warning P_ ((void));
|
||||
extern int inhibit_garbage_collection P_ ((void));
|
||||
extern Lisp_Object make_save_value P_ ((void *, int));
|
||||
extern void free_misc P_ ((Lisp_Object));
|
||||
extern void free_marker P_ ((Lisp_Object));
|
||||
extern void free_cons P_ ((struct Lisp_Cons *));
|
||||
extern void init_alloc_once P_ ((void));
|
||||
|
|
Loading…
Add table
Reference in a new issue