Pristine Ack-5.5
[Ack-5.5.git] / util / led / read.c
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 #ifndef lint
6 static char rcsid[] = "$Id: read.c,v 3.2 1994/06/24 10:35:08 ceriel Exp $";
7 #endif
8
9 int     infile; /* The current input file. */
10
11 rd_fatal()
12 {
13         fatal("read error");
14 }