From: Karl Heuer Date: Thu, 9 Apr 1998 17:07:32 +0000 (+0000) Subject: Delete incorrect prototype of report_file_error. X-Git-Tag: emacs-20.3~1622 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09522567d8c4ef6a6c6735f83a9a0126eb95d5dc;p=emacs.git Delete incorrect prototype of report_file_error. --- 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.