aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
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;
174 174
175/* Number of bytes of consing since GC before another GC should be done. */ 175/* Number of bytes of consing since GC before another GC should be done. */
176 176
177EMACS_INT gc_cons_threshold; 177static EMACS_INT gc_cons_threshold;
178EMACS_INT gc_cons_combined_threshold; 178EMACS_INT gc_cons_combined_threshold;
179static Lisp_Object Vgc_cons_percentage; 179static Lisp_Object Vgc_cons_percentage;
180 180