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 35f0ff1..f01b34d 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.