diff src/lisp.h @ 64272:6d0705a69884

(gc_cons_threshold): Remove declaration.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:32:52 +0000
parents 2b2ad7fa1865
children 6926a2764ae6 fbb2bea03df9
line wrap: on
line diff
--- a/src/lisp.h	Wed Jul 13 05:31:35 2005 +0000
+++ b/src/lisp.h	Wed Jul 13 05:32:52 2005 +0000
@@ -1878,7 +1878,6 @@
 
 /* Threshold for doing another gc.  */
 
-extern EMACS_INT gc_cons_threshold;
 extern EMACS_INT gc_cons_combined_threshold;
 
 /* Structure for recording stack slots that need marking.  */