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

Comparing ray/src/common/lookup.c (file contents):
Revision 2.16 by schorsch, Wed Jun 7 17:52:03 2006 UTC vs.
Revision 2.17 by greg, Sat May 1 21:49:42 2010 UTC

# Line 167 | Line 167 | lu_delete(             /* delete a table entry */
167   extern int
168   lu_doall(               /* loop through all valid table entries */
169          register const LUTAB    *tbl,
170 <        //int   (*f)(const LUENT *)
170 >        /* int  (*f)(const LUENT *) */
171          lut_doallf_t *f,
172          void *p
173   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines