From: Richard M. Stallman Date: Thu, 4 May 1995 16:19:40 +0000 (+0000) Subject: (gc_cons_threshold): Make this an EMACS_INT. X-Git-Tag: emacs-19.34~4178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c144d27ad00e06e959699e71bfe6402834f5200d;p=emacs.git (gc_cons_threshold): Make this an EMACS_INT. --- 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. */