diff src/lisp.h @ 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 b2ccbdb6336f
children 77a296d0ab90
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.  */