1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

(gc_cons_combined_threshold): Declare.

This commit is contained in:
Stefan Monnier 2005-07-13 05:30:04 +00:00
parent 642cd12be9
commit a41abbf623

View file

@ -1879,6 +1879,7 @@ extern int consing_since_gc;
/* Threshold for doing another gc. */
extern EMACS_INT gc_cons_threshold;
extern EMACS_INT gc_cons_combined_threshold;
/* Structure for recording stack slots that need marking. */