summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-06 23:03:00 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-06 23:03:00 +0000
commite660325c37d1aa9be546c60da6706206b03e5e5e (patch)
tree9ea4515cc5132913b5b461f2b446655baad93ef8 /src/lisp.h
parent16f7f7056718911d636ec94792c8df61854287b9 (diff)
downloademacs-e660325c37d1aa9be546c60da6706206b03e5e5e.tar.gz
(gc_cons_threshold): Change back to int.
Diffstat (limited to 'src/lisp.h')
-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;
/* Threshold for doing another gc. */
-extern EMACS_INT gc_cons_threshold;
+extern int gc_cons_threshold;
/* Structure for recording stack slots that need marking. */