1985-01-10 13:35:39 +00:00
|
|
|
#ifndef lint
|
|
|
|
static char rcsid[] = "$Header$";
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int infile; /* The current input file. */
|
|
|
|
|
1986-10-20 10:17:57 +00:00
|
|
|
rd_fatal()
|
1985-01-10 13:35:39 +00:00
|
|
|
{
|
1986-10-20 10:17:57 +00:00
|
|
|
fatal("read error");
|
1985-01-10 13:35:39 +00:00
|
|
|
}
|