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.8 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 2.9 by greg, Thu Nov 13 16:42:17 2003 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13  
14   #include "rtio.h"
15  
16 < #ifndef frexp
17 < extern double  frexp();
18 < #endif
19 < #ifndef ldexp
20 < extern double  ldexp();
21 < #endif
16 > #include <math.h>
17  
18  
19   void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines