]> git.eshelyaron.com Git - emacs.git/commitdiff
(gc_cons_combined_threshold): Declare.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jul 2005 05:30:04 +0000 (05:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jul 2005 05:30:04 +0000 (05:30 +0000)
src/lisp.h

index 871667cf0ab160d0cc5e82bb01d3994dc9ff674d..5ccc4b3dc4b4384ad4ec25faacc424c516f8d7dd 100644 (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.  */