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

Comparing ray/src/util/makedist.c (file contents):
Revision 1.1 by greg, Tue Mar 12 13:05:09 1991 UTC vs.
Revision 2.3 by greg, Mon Aug 2 14:35:13 1993 UTC

# Line 22 | Line 22 | static char SCCSid[] = "$SunId$ LBL";
22  
23   #include  "random.h"
24  
25 < #include  "setscan.c"
25 > #include  "setscan.h"
26  
27 + #ifndef BSD
28 + #define vfork           fork
29 + #endif
30  
31   #define  FTINY          1e-7
32  
# Line 36 | Line 39 | int  rtargc = 2;
39  
40   #define  passarg(s)     (rtargv[rtargc++] = s)
41  
42 + #ifdef  DCL_ATOF
43 + extern double  atof();
44 + #endif
45                                          /* default angles */
46   ANGLE  alpha[181] = {10, 25, 40, 55, 70, 85, AEND};
47   ANGLE  beta[361] = {0,30,60,90,120,150,180,210,240,270,300,330,AEND};
# Line 60 | Line 66 | main(argc, argv)
66   int  argc;
67   char  *argv[];
68   {
63        double  atof();
69          int  i;
70  
71          progname = argv[0];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines