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

Comparing ray/src/common/portio.c (file contents):
Revision 2.16 by greg, Thu Mar 3 22:06:18 2016 UTC vs.
Revision 2.17 by greg, Thu Mar 3 22:09:59 2016 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13  
14   #include <math.h>
15  
16 #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
17 #undef getc
18 #undef putc
19 #define getc    getc_unlocked
20 #define putc    putc_unlocked
21 #endif
22
16  
17   void
18   putstr(                         /* write null-terminated string to fp */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines