changeset 11680:fef963992a7a

(gc_cons_threshold): Make this an EMACS_INT.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 May 1995 16:19:40 +0000
parents 1ced2d67d411
children a5b15cd1b5ec
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Thu May 04 16:19:08 1995 +0000
+++ b/src/lisp.h	Thu May 04 16:19:40 1995 +0000
@@ -1184,7 +1184,7 @@
 
 /* Threshold for doing another gc.  */
 
-extern int gc_cons_threshold;
+extern EMACS_INT gc_cons_threshold;
 
 /* Structure for recording stack slots that need marking.  */