aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.")
633 struct gcpro gcpro1; 633 struct gcpro gcpro1;
634 Lisp_Object filename_string; 634 Lisp_Object filename_string;
635 register Lisp_Object start, end; 635 register Lisp_Object start, end;
636 int count = specpdl_ptr - specpdl;
636#ifdef DOS_NT 637#ifdef DOS_NT
637 char *tempfile; 638 char *tempfile;
638 char *outf = '\0'; 639 char *outf = '\0';