# HG changeset patch # User Richard M. Stallman # Date 799801380 0 # Node ID 77a296d0ab90f049fe0ca77ae4cdbffb5121ecec # Parent fba9ec0e2b30886368d55a09837a51ce176800c6 (gc_cons_threshold): Change back to int. diff -r fba9ec0e2b30 -r 77a296d0ab90 src/lisp.h --- 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. */