From: Stefan Monnier Date: Wed, 13 Jul 2005 05:33:34 +0000 (+0000) Subject: (gc_cons_threshold): Make it static. X-Git-Tag: emacs-pretest-22.0.90~8192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa37e9e246dd9ef17d387f35dcea59986a7d8567;p=emacs.git (gc_cons_threshold): Make it static. --- diff --git a/src/alloc.c b/src/alloc.c index a8cf897ede2..a65a96f1631 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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;