aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-06 23:03:00 +0000
committerRichard M. Stallman1995-05-06 23:03:00 +0000
commit65deefcace44ba6facb18abfbbf5fae7f0b559d9 (patch)
treee370ba1132abc72423b3c031c546205c68887bb0
parent5be039b9df411dbf38f80ca19c6b94322d7d474f (diff)
downloademacs-65deefcace44ba6facb18abfbbf5fae7f0b559d9.tar.gz
emacs-65deefcace44ba6facb18abfbbf5fae7f0b559d9.zip
(gc_cons_threshold): Change back to int.
-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