]> git.eshelyaron.com Git - emacs.git/commitdiff
(gc_cons_threshold, gc_relative_threshold): Declared.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Jul 2005 19:08:32 +0000 (19:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Jul 2005 19:08:32 +0000 (19:08 +0000)
(gc_cons_combined_threshold): Declaration deleted.

src/lisp.h

index de7a6b05d874f835086575db9bc1be09e48ae064..f6a4e6ae9c6cfc3b283a4583c3e915156387303e 100644 (file)
@@ -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.  */