1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

(gc_cons_threshold): Change back to int.

This commit is contained in:
Richard M. Stallman 1995-05-06 23:03:00 +00:00
parent 5be039b9df
commit 65deefcace

View 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. */