diff options
| author | Karl Heuer | 1998-04-09 17:07:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-09 17:07:32 +0000 |
| commit | 09522567d8c4ef6a6c6735f83a9a0126eb95d5dc (patch) | |
| tree | d2e757f33d1a80fd0314efc4250de660feee61e0 /src | |
| parent | c66245847ee4ec84751f394dc16f3f90b4f40f47 (diff) | |
| download | emacs-09522567d8c4ef6a6c6735f83a9a0126eb95d5dc.tar.gz emacs-09522567d8c4ef6a6c6735f83a9a0126eb95d5dc.zip | |
Delete incorrect prototype of report_file_error.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 35f0ff1d17d..f01b34daa55 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -1373,7 +1373,7 @@ sys_kill (int pid, int sig) | |||
| 1373 | return rc; | 1373 | return rc; |
| 1374 | } | 1374 | } |
| 1375 | 1375 | ||
| 1376 | extern int report_file_error (char *, Lisp_Object); | 1376 | /* extern int report_file_error (char *, Lisp_Object); */ |
| 1377 | 1377 | ||
| 1378 | /* The following two routines are used to manipulate stdin, stdout, and | 1378 | /* The following two routines are used to manipulate stdin, stdout, and |
| 1379 | stderr of our child processes. | 1379 | stderr of our child processes. |