diff options
| author | Kim F. Storm | 2004-06-24 22:03:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-06-24 22:03:52 +0000 |
| commit | 7f5f601be2757bab4d619af381f6ea31aa2ee135 (patch) | |
| tree | 637db2e5eeeeb4c64cae88359ef77b82f3b548c1 /src | |
| parent | 9677e3a9f12a191618b5ffea37f9b96e885e6ef6 (diff) | |
| download | emacs-7f5f601be2757bab4d619af381f6ea31aa2ee135.tar.gz emacs-7f5f601be2757bab4d619af381f6ea31aa2ee135.zip | |
(free_misc): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index bc55761c9dc..88048297b6a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2486,6 +2486,7 @@ extern Lisp_Object make_float P_ ((double)); | |||
| 2486 | extern void display_malloc_warning P_ ((void)); | 2486 | extern void display_malloc_warning P_ ((void)); |
| 2487 | extern int inhibit_garbage_collection P_ ((void)); | 2487 | extern int inhibit_garbage_collection P_ ((void)); |
| 2488 | extern Lisp_Object make_save_value P_ ((void *, int)); | 2488 | extern Lisp_Object make_save_value P_ ((void *, int)); |
| 2489 | extern void free_misc P_ ((Lisp_Object)); | ||
| 2489 | extern void free_marker P_ ((Lisp_Object)); | 2490 | extern void free_marker P_ ((Lisp_Object)); |
| 2490 | extern void free_cons P_ ((struct Lisp_Cons *)); | 2491 | extern void free_cons P_ ((struct Lisp_Cons *)); |
| 2491 | extern void init_alloc_once P_ ((void)); | 2492 | extern void init_alloc_once P_ ((void)); |