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
c23baf9f
Commit
c23baf9f
authored
Sep 17, 1996
by
Erik Naggum
Browse files
Comment changes.
parent
609c36fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/alloc.c
src/alloc.c
+2
-2
No files found.
src/alloc.c
View file @
c23baf9f
...
...
@@ -1522,7 +1522,7 @@ Garbage collection happens automatically if you cons more than\n\
gc_in_progress
=
1
;
/*
clear_marks ();
*/
/* clear_marks (); */
/* In each "large string", set the MARKBIT of the size field.
That enables mark_object to recognize them. */
...
...
@@ -1603,7 +1603,7 @@ Garbage collection happens automatically if you cons more than\n\
XUNMARK
(
buffer_defaults
.
name
);
XUNMARK
(
buffer_local_symbols
.
name
);
/*
clear_marks (); */
/* clear_marks (); */
gc_in_progress
=
0
;
consing_since_gc
=
0
;
...
...
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