| # | Line 18 | Line 18 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 18 | #include "otypes.h" | |
| 19 | #include "resolu.h" | |
| 20 | ||
| 21 | + | #ifdef getc_unlocked /* avoid horrendous overhead of flockfile */ |
| 22 | + | #define getc getc_unlocked |
| 23 | + | #endif |
| 24 | + | |
| 25 | static double ogetflt(void); | |
| 26 | static long ogetint(int); | |
| 27 | static char *ogetstr(char *); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |