]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete incorrect prototype of report_file_error.
authorKarl Heuer <kwzh@gnu.org>
Thu, 9 Apr 1998 17:07:32 +0000 (17:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 9 Apr 1998 17:07:32 +0000 (17:07 +0000)
src/w32proc.c

index 35f0ff1d17d944ba06ea3d0968bc69a8e9922a1e..f01b34daa5564dabe69923660b6017f16f3e4d01 100644 (file)
@@ -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.