changeset 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 47f158dcf216
children 9e774d6510f1
files src/lisp.h
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
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.  */