[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/lisp.h
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/lisp.h |
Date: |
Thu, 24 Jun 2004 18:14:53 -0400 |
Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.499 emacs/src/lisp.h:1.500
*** emacs/src/lisp.h:1.499 Tue Jun 22 13:57:18 2004
--- emacs/src/lisp.h Thu Jun 24 22:03:52 2004
***************
*** 2486,2491 ****
--- 2486,2492 ----
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));