# HG changeset patch # User Richard M. Stallman # Date 1122145712 0 # Node ID 6926a2764ae69f0f0f8992a36b079c0afae16068 # Parent 47f158dcf2164d9d5bc68eb749debb76b90d0e68 (gc_cons_threshold, gc_relative_threshold): Declared. (gc_cons_combined_threshold): Declaration deleted. diff -r 47f158dcf216 -r 6926a2764ae6 src/lisp.h --- 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. */