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

Comparing ray/src/common/calfunc.c (file contents):
Revision 1.6 by greg, Fri May 24 13:30:00 1991 UTC vs.
Revision 1.7 by greg, Fri Jun 28 09:31:59 1991 UTC

# Line 200 | Line 200 | argument(n)                    /* return nth argument for active functi
200   register int  n;
201   {
202      register ACTIVATION  *actp = curact;
203 <    EPNODE  *ep;
203 >    register EPNODE  *ep;
204      double  aval;
205  
206      if (actp == NULL || --n < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines