aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index fb6ededad71..267cf99b49c 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1184,7 +1184,7 @@ extern int consing_since_gc;
1184 1184
1185/* Threshold for doing another gc. */ 1185/* Threshold for doing another gc. */
1186 1186
1187extern EMACS_INT gc_cons_threshold; 1187extern int gc_cons_threshold;
1188 1188
1189/* Structure for recording stack slots that need marking. */ 1189/* Structure for recording stack slots that need marking. */
1190 1190