From 65deefcace44ba6facb18abfbbf5fae7f0b559d9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 6 May 1995 23:03:00 +0000 Subject: [PATCH] (gc_cons_threshold): Change back to int. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index fb6ededad71..267cf99b49c 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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. */ -- 2.39.2