changeset 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 fba9ec0e2b30
children 53ccd2d608ee
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.  */