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

Comparing ray/src/gen/genrev.c (file contents):
Revision 1.7 by greg, Fri Jul 20 14:35:58 1990 UTC vs.
Revision 2.1 by greg, Tue Nov 12 17:05:00 1991 UTC

# Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL";
16  
17   #include  <stdio.h>
18  
19 < #define  ZNAME          "Z_"                    /* z function name */
20 < #define  RNAME          "R_"                    /* r function name */
19 > #define  ZNAME          "Z`SYS`"                /* z function name */
20 > #define  RNAME          "R`SYS`"                /* r function name */
21  
22   #define  PI             3.14159265358979323846
23  
# Line 44 | Line 44 | char  *argv[];
44          int  i, nseg;
45          int  orient;
46  
47 <        varset("PI", PI);
48 <        funset("hermite", 5, l_hermite);
49 <        funset("bezier", 5, l_bezier);
50 <        funset("bspline", 5, l_bspline);
47 >        varset("PI", ':', PI);
48 >        funset("hermite", 5, ':', l_hermite);
49 >        funset("bezier", 5, ':', l_bezier);
50 >        funset("bspline", 5, ':', l_bspline);
51  
52          if (argc < 6)
53                  goto userror;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines