diff src/lisp.h @ 56242:caae4c07c40c

(free_misc): Add prototype.
author Kim F. Storm <storm@cua.dk>
date Thu, 24 Jun 2004 22:03:52 +0000
parents d79e58a67b48
children f336a26a714d 8e4ea1e2c254 59dcbfe97385
line wrap: on
line diff
--- 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));