]> git.eshelyaron.com Git - emacs.git/commitdiff
(free_misc): Add prototype.
authorKim F. Storm <storm@cua.dk>
Thu, 24 Jun 2004 22:03:52 +0000 (22:03 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 24 Jun 2004 22:03:52 +0000 (22:03 +0000)
src/lisp.h

index bc55761c9dc67f5dce43514e8a1e05eff654ceb5..88048297b6a153a427565203e83a17b699a45d82 100644 (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));