diff src/lisp.h @ 11726:77a296d0ab90

(gc_cons_threshold): Change back to int.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 May 1995 23:03:00 +0000
parents fef963992a7a
children 1136a3614d79
line wrap: on
line diff
--- a/src/lisp.h	Sat May 06 21:58:08 1995 +0000
+++ b/src/lisp.h	Sat May 06 23:03:00 1995 +0000
@@ -1184,7 +1184,7 @@
 
 /* Threshold for doing another gc.  */
 
-extern EMACS_INT gc_cons_threshold;
+extern int gc_cons_threshold;
 
 /* Structure for recording stack slots that need marking.  */