# HG changeset patch # User Stefan Monnier # Date 1121232814 0 # Node ID ce14666827c6bea5cfc801aecf3fd6f290d2d90d # Parent 6d0705a69884407a0cebeab3784620ab23645d80 (gc_cons_threshold): Make it static. diff -r 6d0705a69884 -r ce14666827c6 src/alloc.c --- 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;