summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-10 23:27:58 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-10 23:27:58 +0000
commita72e6ce37df15e6b73fb83dc7f8a746b7009c35f (patch)
tree054394c159611a77d6760192ee2e7d6cf445cb4e
parentea270b35a1b3598445d75a824607a0643065c448 (diff)
downloademacs-a72e6ce37df15e6b73fb83dc7f8a746b7009c35f.tar.gz
(Fcall_process_region): Define missing local `count'.
-rw-r--r--src/callproc.c1
1 files changed, 1 insertions, 0 deletions
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';