# | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
---|---|---|
10 | #include "object.h" | |
11 | #include "mesh.h" | |
12 | ||
13 | + | #ifdef putc_unlocked /* avoid horrendous overhead of flockfile */ |
14 | + | #define putc putc_unlocked |
15 | + | #endif |
16 | ||
17 | static void putfullnode(OCTREE fn, FILE *fp); | |
18 | static void puttree(OCTREE ot, FILE *fp); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |