aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Arceneaux <[email protected]>1992-10-03 00:08:23 +0000
committerJoseph Arceneaux <[email protected]>1992-10-03 00:08:23 +0000
commit350273a493c0a1e4da6127bf29c237312be7e758 (patch)
treea25e27158a7dd144720ce551eb6fa1d285c14d65
parent91dc12bb84635e92f1f6553f9ad238cbb6ecc3dd (diff)
Fixed typos.
-rw-r--r--src/alloc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/alloc.c b/src/alloc.c
index aa5e44550d..ead83fe0fb 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -111,6 +111,10 @@ int stack_copy_size;
/* 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_conses, total_free_markers, total_free_symbols;
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\