From: Richard M. Stallman Date: Sat, 23 Jul 2005 19:08:32 +0000 (+0000) Subject: (gc_cons_threshold, gc_relative_threshold): Declared. X-Git-Tag: emacs-pretest-22.0.90~7896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bd32d8c95fcf3167ab970890fb101eb38be3cd9;p=emacs.git (gc_cons_threshold, gc_relative_threshold): Declared. (gc_cons_combined_threshold): Declaration deleted. --- 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. */