ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/writemesh.c
(Generate patch)

Comparing ray/src/ot/writemesh.c (file contents):
Revision 2.5 by schorsch, Sat Mar 27 12:41:45 2004 UTC vs.
Revision 2.6 by greg, Thu Apr 29 14:36:49 2004 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines