]> git.eshelyaron.com Git - emacs.git/commitdiff
(gc_cons_threshold): Change back to int.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 May 1995 23:03:00 +0000 (23:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 May 1995 23:03:00 +0000 (23:03 +0000)
src/lisp.h

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