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

Comparing ray/src/rt/func.c (file contents):
Revision 2.22 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.23 by greg, Sat Dec 12 00:03:42 2009 UTC

# Line 173 | Line 173 | setfunc(                       /* set channels for function call */
173          register RAY  *r
174   )
175   {
176 <        static unsigned long  lastrno = ~0;
176 >        static RNUMBER  lastrno = ~0;
177          register MFUNC  *f;
178                                          /* get function */
179          if ((f = (MFUNC *)m->os) == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines