changeset 16659:e7bf457086fb

(Fcall_process_region): Define missing local `count'.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Dec 1996 23:27:58 +0000
parents 584563254f25
children 16f2e24baf42
files src/callproc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Tue Dec 10 23:26:48 1996 +0000
+++ b/src/callproc.c	Tue Dec 10 23:27:58 1996 +0000
@@ -633,6 +633,7 @@
   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';