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

Comparing ray/src/gen/gensky.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:05:02 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 15:09:28 1991 UTC

# Line 19 | Line 19 | static char SCCSid[] = "$SunId$ LBL";
19  
20   #include  "color.h"
21  
22 + #ifndef atof
23 + extern double  atof();
24 + #endif
25   extern char  *strcpy(), *strcat(), *malloc();
26   extern double  stadj(), sdec(), sazi(), salt();
27  
# Line 54 | Line 57 | main(argc, argv)
57   int  argc;
58   char  *argv[];
59   {
60 <        extern double  atof(), fabs();
60 >        extern double  fabs();
61          int  i;
62  
63          progname = argv[0];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines