diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/w32proc.c | 2 |
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) return rc; } -extern int report_file_error (char *, Lisp_Object); +/* extern int report_file_error (char *, Lisp_Object); */ /* The following two routines are used to manipulate stdin, stdout, and stderr of our child processes. |