read.c 295 B

1234567891011121314
  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$";
  7. #endif
  8. int infile; /* The current input file. */
  9. rd_fatal()
  10. {
  11. fatal("read error");
  12. }