diff options
-rw-r--r-- | src/lisp.h | 2 |
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; /* Threshold for doing another gc. */ -extern EMACS_INT gc_cons_threshold; +extern int gc_cons_threshold; /* Structure for recording stack slots that need marking. */ |