From: Stefan Monnier Date: Wed, 13 Jul 2005 05:30:04 +0000 (+0000) Subject: (gc_cons_combined_threshold): Declare. X-Git-Tag: emacs-pretest-22.0.90~8196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a41abbf62343dc30cc33663276126bbf5c6724cf;p=emacs.git (gc_cons_combined_threshold): Declare. --- diff --git a/src/lisp.h b/src/lisp.h index 871667cf0ab..5ccc4b3dc4b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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. */