diff src/lisp.h @ 64612:6926a2764ae6

(gc_cons_threshold, gc_relative_threshold): Declared. (gc_cons_combined_threshold): Declaration deleted.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Jul 2005 19:08:32 +0000
parents 6d0705a69884
children a0d1312ede66 890cc78a5a24
line wrap: on
line diff
--- a/src/lisp.h	Sat Jul 23 19:08:06 2005 +0000
+++ b/src/lisp.h	Sat Jul 23 19:08:32 2005 +0000
@@ -1876,9 +1876,11 @@
 
 extern int consing_since_gc;
 
-/* Threshold for doing another gc.  */
-
-extern EMACS_INT gc_cons_combined_threshold;
+/* Thresholds for doing another gc.  */
+
+extern EMACS_INT gc_cons_threshold;
+
+extern EMACS_INT gc_relative_threshold;
 
 /* Structure for recording stack slots that need marking.  */