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
9bd32d8c
Commit
9bd32d8c
authored
Jul 23, 2005
by
Richard M. Stallman
Browse files
(gc_cons_threshold, gc_relative_threshold): Declared.
(gc_cons_combined_threshold): Declaration deleted.
parent
974aae61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/lisp.h
src/lisp.h
+4
-2
No files found.
src/lisp.h
View file @
9bd32d8c
...
...
@@ -1876,9 +1876,11 @@ extern Lisp_Object Vascii_canon_table, Vascii_eqv_table;
extern
int
consing_since_gc
;
/* Threshold for doing another gc. */
/* Threshold
s
for doing another gc. */
extern
EMACS_INT
gc_cons_combined_threshold
;
extern
EMACS_INT
gc_cons_threshold
;
extern
EMACS_INT
gc_relative_threshold
;
/* Structure for recording stack slots that need marking. */
...
...
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