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.7 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.10 by greg, Tue Dec 9 15:51:42 2003 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11  
12   #include <stdio.h>
13  
14 < #ifndef frexp
15 < extern double  frexp();
16 < #endif
17 < #ifndef ldexp
18 < extern double  ldexp();
14 > #include "rtio.h"
15 >
16 > #include <math.h>
17 >
18 > #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
19 > #define getc    getc_unlocked
20 > #define putc    putc_unlocked
21   #endif
22  
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines