Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
350273a4
Commit
350273a4
authored
Oct 03, 1992
by
Joseph Arceneaux
Browse files
Fixed typos.
parent
91dc12bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/alloc.c
src/alloc.c
+4
-4
No files found.
src/alloc.c
View file @
350273a4
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment