| # | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 13 | #include "object.h" | |
| 14 | #include "oconv.h" | |
| 15 | ||
| 16 | + | #ifdef putc_unlocked /* avoid horrendous overhead of flockfile */ |
| 17 | + | #undef putc |
| 18 | + | #define putc putc_unlocked |
| 19 | + | #endif |
| 20 | ||
| 21 | static void oputstr(char *s); | |
| 22 | static void putfullnode(OCTREE fn); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |