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

Comparing ray/src/gen/replmarks.c (file contents):
Revision 2.2 by greg, Tue Mar 3 21:30:03 1992 UTC vs.
Revision 2.4 by gregl, Fri Jan 16 10:48:23 1998 UTC

# Line 17 | Line 17 | static char SCCSid[] = "$SunId$ LBL";
17   #include "fvect.h"
18  
19   #ifdef  M_PI
20 < #define  PI             M_PI
20 > #define  PI             ((double)M_PI)
21   #else
22   #define  PI             3.14159265358979323846
23   #endif
# Line 26 | Line 26 | static char SCCSid[] = "$SunId$ LBL";
26  
27   #define  MAXVERT        6       /* maximum number of vertices for markers */
28   #define  MAXMARK        32      /* maximum number of markers */
29 +
30 + #ifdef  DCL_ATOF
31 + extern double  atof();
32 + #endif
33  
34   typedef struct {
35          short   beg, end;               /* beginning and ending vertex */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines