From: Richard M. Stallman Date: Sat, 6 May 1995 23:03:00 +0000 (+0000) Subject: (gc_cons_threshold): Change back to int. X-Git-Tag: emacs-19.34~4132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65deefcace44ba6facb18abfbbf5fae7f0b559d9;p=emacs.git (gc_cons_threshold): Change back to int. --- 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. */