]> code.delx.au - gnu-emacs/commitdiff
(gc_cons_threshold): Make it static.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jul 2005 05:33:34 +0000 (05:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Jul 2005 05:33:34 +0000 (05:33 +0000)
src/alloc.c

index a8cf897ede20cc391c4830b9bc1fa0edfbf7adf5..a65a96f16313004eed5ffe20c134f5615eb6b0d6 100644 (file)
@@ -174,7 +174,7 @@ EMACS_INT strings_consed;
 
 /* 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;