| # | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 13 | #include "platform.h" | |
| 14 | #include "resolu.h" | |
| 15 | ||
| 16 | + | #ifdef getc_unlocked /* avoid nasty file-locking overhead */ |
| 17 | + | #undef getchar |
| 18 | + | #undef putchar |
| 19 | + | #define getchar getchar_unlocked |
| 20 | + | #define putchar putchar_unlocked |
| 21 | + | #endif |
| 22 | + | |
| 23 | + | |
| 24 | static gethfunc tabstr; | |
| 25 | static void getdim(register FILE *fp); | |
| 26 | static void copycat(void); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |