# HG changeset patch # User Kim F. Storm # Date 1088114632 0 # Node ID caae4c07c40cb404ade8442820f1d94e666e8a08 # Parent 98133cccc0cc3cfb8dcf0e53607de44f57cbed43 (free_misc): Add prototype. diff -r 98133cccc0cc -r caae4c07c40c src/lisp.h --- a/src/lisp.h Thu Jun 24 22:03:10 2004 +0000 +++ b/src/lisp.h Thu Jun 24 22:03:52 2004 +0000 @@ -2486,6 +2486,7 @@ 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));