]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_process_region): Define missing local `count'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Dec 1996 23:27:58 +0000 (23:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Dec 1996 23:27:58 +0000 (23:27 +0000)
src/callproc.c

index c76c1fd2bcbed4109269b1bf55a0c1a146fa5c9c..5d743d30696bca0c85a604b90cc153d564eaaff6 100644 (file)
@@ -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';