From 9bd32d8c95fcf3167ab970890fb101eb38be3cd9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 23 Jul 2005 19:08:32 +0000 Subject: [PATCH] (gc_cons_threshold, gc_relative_threshold): Declared. (gc_cons_combined_threshold): Declaration deleted. --- src/lisp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index de7a6b05d87..f6a4e6ae9c6 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1876,9 +1876,11 @@ extern Lisp_Object Vascii_canon_table, Vascii_eqv_table; extern int consing_since_gc; -/* Threshold for doing another gc. */ +/* Thresholds for doing another gc. */ -extern EMACS_INT gc_cons_combined_threshold; +extern EMACS_INT gc_cons_threshold; + +extern EMACS_INT gc_relative_threshold; /* Structure for recording stack slots that need marking. */ -- 2.39.2