# HG changeset patch # User Joseph Arceneaux # Date 718070903 0 # Node ID 0edeba6fc9fcd1372e220183d6652999bb05f708 # Parent b74069f669ccf417e940e340ba0c24b249b1ce99 Fixed typos. diff -r b74069f669cc -r 0edeba6fc9fc src/alloc.c --- 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\