]> git.eshelyaron.com Git - emacs.git/commitdiff
(gc_cons_threshold): Remove declaration.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jul 2005 05:32:52 +0000 (05:32 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jul 2005 05:32:52 +0000 (05:32 +0000)
src/lisp.h

index 5ccc4b3dc4b4384ad4ec25faacc424c516f8d7dd..de7a6b05d874f835086575db9bc1be09e48ae064 100644 (file)
@@ -1878,7 +1878,6 @@ extern int consing_since_gc;
 
 /* 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.  */