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

Comparing ray/src/gen/genmarble.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:04:39 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 15:08:34 1991 UTC

# Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL";
14  
15   #include  "random.h"
16  
17 + #ifndef atof
18 + extern double  atof();
19 + #endif
20  
21   #define  PI     3.14159265359
22  
# Line 26 | Line 29 | main(argc, argv)
29   int  argc;
30   char  **argv;
31   {
29        double  atof();
32          char  *cmtype, *cname;
33          FVECT  cent;
34          double  rad;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines