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

Comparing ray/src/gen/genbox.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:04:38 1991 UTC vs.
Revision 2.4 by greg, Mon Aug 2 14:22:59 1993 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  <stdio.h>
14  
15 + #include  <math.h>
16  
17 +
18 + #ifdef  DCL_ATOF
19 + extern double  atof();
20 + #endif
21 +
22   char  let[]="0123456789._ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
23  
24   char  *cmtype;          /* ppd material type */
# Line 32 | Line 38 | main(argc, argv)
38   int  argc;
39   char  **argv;
40   {
35        double  atof();
41          int  i;
42          
43          if (argc < 6)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines