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
58595309
Commit
58595309
authored
May 24, 1995
by
Karl Heuer
Browse files
(Fgarbage_collect): Clear consing_since_gc first thing.
parent
82a74107
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/alloc.c
src/alloc.c
+4
-0
No files found.
src/alloc.c
View file @
58595309
...
...
@@ -1352,6 +1352,10 @@ Garbage collection happens automatically if you cons more than\n\
char stack_top_variable;
register int i;
/* In case user calls debug_print during GC,
don't let that cause a recursive GC. */
consing_since_gc = 0;
/* Save a copy of the contents of the stack, for debugging. */
#if MAX_SAVE_STACK > 0
if (NILP (Vpurify_flag))
...
...
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