diff src/alloc.c @ 64273:ce14666827c6

(gc_cons_threshold): Make it static.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:33:34 +0000
parents 5c7cbbd6dbb4
children 47f158dcf216 fbb2bea03df9
line wrap: on
line diff
--- a/src/alloc.c	Wed Jul 13 05:32:52 2005 +0000
+++ b/src/alloc.c	Wed Jul 13 05:33:34 2005 +0000
@@ -174,7 +174,7 @@
 
 /* Number of bytes of consing since GC before another GC should be done. */
 
-EMACS_INT gc_cons_threshold;
+static EMACS_INT gc_cons_threshold;
 EMACS_INT gc_cons_combined_threshold;
 static Lisp_Object Vgc_cons_percentage;