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 1.8 by greg, Tue Apr 23 13:05:01 1991 UTC

# Line 44 | Line 44 | char  *argv[];
44          int  i, nseg;
45          int  orient;
46  
47 <        varset("PI", PI);
47 >        varset("PI", ':', PI);
48          funset("hermite", 5, l_hermite);
49          funset("bezier", 5, l_bezier);
50          funset("bspline", 5, l_bspline);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines