Mercurial > emacs
changeset 1318:0edeba6fc9fc
Fixed typos.
author | Joseph Arceneaux <jla@gnu.org> |
---|---|
date | Sat, 03 Oct 1992 00:08:23 +0000 |
parents | b74069f669cc |
children | 20862b54b932 |
files | src/alloc.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Sat Oct 03 00:06:36 1992 +0000 +++ b/src/alloc.c Sat Oct 03 00:08:23 1992 +0000 @@ -111,6 +111,10 @@ /* Non-zero means ignore malloc warnings. Set during initialization. */ int ignore_warnings; + +static void mark_object (), mark_buffer (); +static void clear_marks (), gc_sweep (); +static void compact_strings (); Lisp_Object malloc_warning_1 (str) @@ -1123,10 +1127,6 @@ int total_free_floats, total_floats; #endif /* LISP_FLOAT_TYPE */ -static void mark_object (), mark_buffer (); -static void clear_marks (), gc_sweep (); -static void compact_strings (); - DEFUN ("garbage-collect", Fgarbage_collect, Sgarbage_collect, 0, 0, "", "Reclaim storage for Lisp objects no longer needed.\n\ Returns info on amount of space in use:\n\