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 2.13 by greg, Mon Aug 4 22:37:53 2003 UTC vs.
Revision 2.14 by schorsch, Fri Nov 14 17:22:06 2003 UTC

# Line 193 | Line 193 | argument(n)                    /* return nth argument for active functi
193   register int  n;
194   {
195      register ACTIVATION  *actp = curact;
196 <    register EPNODE  *ep;
196 >    register EPNODE  *ep = NULL;
197      double  aval;
198  
199      if (actp == NULL || --n < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines