Mercurial > emacs
changeset 56242:caae4c07c40c
(free_misc): Add prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 24 Jun 2004 22:03:52 +0000 |
parents | 98133cccc0cc |
children | 70734e473dc0 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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));