summaryrefslogtreecommitdiff
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-04-09 17:07:32 +0000
committerKarl Heuer <kwzh@gnu.org>1998-04-09 17:07:32 +0000
commit09522567d8c4ef6a6c6735f83a9a0126eb95d5dc (patch)
treed2e757f33d1a80fd0314efc4250de660feee61e0 /src/w32proc.c
parentc66245847ee4ec84751f394dc16f3f90b4f40f47 (diff)
downloademacs-09522567d8c4ef6a6c6735f83a9a0126eb95d5dc.tar.gz
Delete incorrect prototype of report_file_error.
Diffstat (limited to 'src/w32proc.c')
-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)
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.