comparison 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
comparison
equal deleted inserted replaced
21451:f6a5f21ba451 21452:bd9b548fd162
1371 CloseHandle (proc_hand); 1371 CloseHandle (proc_hand);
1372 1372
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.
1380 1380
1381 Assuming that in, out, and err are *not* inheritable, we make them 1381 Assuming that in, out, and err are *not* inheritable, we make them