# | 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 | + | #define putc putc_unlocked |
18 | + | #endif |
19 | ||
20 | static void oputstr(char *s); | |
21 | static void putfullnode(OCTREE fn); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |