]> git.eshelyaron.com Git - emacs.git/commitdiff
(gc_cons_threshold): Make this an EMACS_INT.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 16:19:40 +0000 (16:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 16:19:40 +0000 (16:19 +0000)
src/lisp.h

index 267cf99b49cdad239932f5df3f3c42ac227bcf01..fb6ededad71c8a40024dc41849b893200a55d3e5 100644 (file)
@@ -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.  */