--- ray/src/meta/hfio.c 2003/02/22 02:07:26 1.1 +++ ray/src/meta/hfio.c 2003/08/01 14:14:24 1.3 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: hfio.c,v 1.1 2003/02/22 02:07:26 greg Exp $"; +static const char RCSid[] = "$Id: hfio.c,v 1.3 2003/08/01 14:14:24 schorsch Exp $"; #endif /* * Human-readable file I/O @@ -8,12 +8,6 @@ static const char RCSid[] = "$Id: hfio.c,v 1.1 2003/02 #include "meta.h" - - -#if CPM || MAC -#define getc agetc -#define putc aputc -#endif static PRIMITIVE peof = {PEOF, 0200, -1, -1, -1, -1, NULL};