aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 35f0ff1d17d..f01b34daa55 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -1373,7 +1373,7 @@ sys_kill (int pid, int sig)
1373 return rc; 1373 return rc;
1374} 1374}
1375 1375
1376extern int report_file_error (char *, Lisp_Object); 1376/* extern int report_file_error (char *, Lisp_Object); */
1377 1377
1378/* The following two routines are used to manipulate stdin, stdout, and 1378/* The following two routines are used to manipulate stdin, stdout, and
1379 stderr of our child processes. 1379 stderr of our child processes.