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.2 by greg, Thu Mar 14 17:38:24 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 14:56:34 1991 UTC

# Line 24 | Line 24 | static char SCCSid[] = "$SunId$ LBL";
24  
25   #include  "setscan.h"
26  
27 + #ifndef BSD
28 + #define vfork           fork
29 + #endif
30  
31   #define  FTINY          1e-7
32  
# Line 60 | Line 63 | main(argc, argv)
63   int  argc;
64   char  *argv[];
65   {
63        double  atof();
66          int  i;
67  
68          progname = argv[0];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines