changeset 64269:2b2ad7fa1865

(gc_cons_combined_threshold): Declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:30:04 +0000
parents 64b32564144f
children 291a233cbda9
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Wed Jul 13 05:29:10 2005 +0000
+++ b/src/lisp.h	Wed Jul 13 05:30:04 2005 +0000
@@ -1879,6 +1879,7 @@
 /* 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.  */