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.3 by greg, Mon Aug 2 14:29:31 1993 UTC

# Line 27 | Line 27 | static char SCCSid[] = "$SunId$ LBL";
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 */
36          float   len2;                   /* length squared */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines