From c144d27ad00e06e959699e71bfe6402834f5200d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 May 1995 16:19:40 +0000 Subject: [PATCH] (gc_cons_threshold): Make this an EMACS_INT. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 267cf99b49c..fb6ededad71 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1184,7 +1184,7 @@ extern int consing_since_gc; /* Threshold for doing another gc. */ -extern int gc_cons_threshold; +extern EMACS_INT gc_cons_threshold; /* Structure for recording stack slots that need marking. */ -- 2.39.5