# HG changeset patch # User Karl Heuer # Date 892141652 0 # Node ID bd9b548fd162a459ab79522d0c76607b960ad7f4 # Parent f6a5f21ba451b0acda22e0e65ca765d354f7c964 Delete incorrect prototype of report_file_error. diff -r f6a5f21ba451 -r bd9b548fd162 src/w32proc.c --- 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.