(free_misc): Add prototype.

This commit is contained in:
Kim F. Storm 2004-06-24 22:03:52 +00:00
parent 9677e3a9f1
commit 7f5f601be2

View file

@ -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));