Mercurial > emacs
diff src/w32proc.c @ 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 | 9a6e50f6b471 |
| children | fe4f5bfae371 |
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.
