--- ray/src/common/fgetline.c 2004/04/29 14:36:49 2.6 +++ ray/src/common/fgetline.c 2004/09/14 02:53:50 2.7 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: fgetline.c,v 2.6 2004/04/29 14:36:49 greg Exp $"; +static const char RCSid[] = "$Id: fgetline.c,v 2.7 2004/09/14 02:53:50 greg Exp $"; #endif /* * fgetline.c - read line with escaped newlines. @@ -12,6 +12,7 @@ static const char RCSid[] = "$Id: fgetline.c,v 2.6 200 #include "rtio.h" #ifdef getc_unlocked /* avoid horrendous overhead of flockfile */ +#undef getc #define getc getc_unlocked #endif