changeset 21452:bd9b548fd162

Delete incorrect prototype of report_file_error.
author Karl Heuer <kwzh@gnu.org>
date Thu, 09 Apr 1998 17:07:32 +0000
parents f6a5f21ba451
children f23a3354d0ad
files src/w32proc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32proc.c	Thu Apr 09 17:06:31 1998 +0000
+++ b/src/w32proc.c	Thu Apr 09 17:07:32 1998 +0000
@@ -1373,7 +1373,7 @@
   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.