summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-04 16:19:40 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-04 16:19:40 +0000
commit9d4d98fdc6a55d58c44ac3950282182d8a432909 (patch)
treeeade65303de1d3d4c4ae5fef289588860387fe42 /src
parentab076539546566cbc3fdb8701a359244f7af7770 (diff)
downloademacs-9d4d98fdc6a55d58c44ac3950282182d8a432909.tar.gz
(gc_cons_threshold): Make this an EMACS_INT.
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 267cf99b49c..fb6ededad71 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1184,7 +1184,7 @@ extern int consing_since_gc;
/* Threshold for doing another gc. */
-extern int gc_cons_threshold;
+extern EMACS_INT gc_cons_threshold;
/* Structure for recording stack slots that need marking. */