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

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

# Line 20 | Line 20 | static char SCCSid[] = "$SunId$ LBL";
20  
21   #define  MAXVERT        1024            /* maximum # vertices */
22  
23 + #ifndef atof
24 + extern double  atof();
25 + #endif
26 +
27   char  *pmtype;          /* material type */
28   char  *pname;           /* name */
29  
# Line 36 | Line 40 | main(argc, argv)
40   int  argc;
41   char  **argv;
42   {
39        double  atof();
43          int  an;
44          
45          if (argc < 4)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines