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.6 by greg, Thu Apr 29 14:36:49 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 + #define putc    putc_unlocked
18 + #endif
19  
20   static void oputstr(char *s);
21   static void putfullnode(OCTREE fn);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines