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 1.1 by greg, Thu Feb 2 11:16:28 1989 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)
# Line 102 | Line 105 | userr:
105  
106  
107   readverts(fname)                /* read vertices from a file */
108 < FILE  *fname;
108 > char  *fname;
109   {
110          FILE  *fp;
111  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines