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

Comparing ray/src/ot/writeoct.c (file contents):
Revision 2.5 by schorsch, Sat Mar 27 12:41:45 2004 UTC vs.
Revision 2.7 by greg, Tue Nov 9 16:09:20 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines