From d3e81d0a9ea97700ee52b6606dbb629daebb499c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 Dec 1996 23:27:58 +0000 Subject: [PATCH] (Fcall_process_region): Define missing local `count'. --- src/callproc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/callproc.c b/src/callproc.c index c76c1fd2bcb..5d743d30696 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -633,6 +633,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") struct gcpro gcpro1; Lisp_Object filename_string; register Lisp_Object start, end; + int count = specpdl_ptr - specpdl; #ifdef DOS_NT char *tempfile; char *outf = '\0'; -- 2.39.5