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

Comparing ray/src/common/readoct.c (file contents):
Revision 2.24 by schorsch, Mon Oct 27 10:19:31 2003 UTC vs.
Revision 2.26 by greg, Tue Sep 14 02:53:50 2004 UTC

# Line 18 | Line 18 | static const char      RCSid[] = "$Id$";
18   #include  "otypes.h"
19   #include  "resolu.h"
20  
21 + #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
22 + #undef getc
23 + #define getc    getc_unlocked
24 + #endif
25 +
26   static double  ogetflt(void);
27   static long  ogetint(int);
28   static char  *ogetstr(char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines