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

Comparing ray/src/common/lookup.h (file contents):
Revision 2.2 by greg, Thu Jul 7 14:02:31 1994 UTC vs.
Revision 2.3 by gregl, Wed Sep 17 14:46:48 1997 UTC

# Line 22 | Line 22 | typedef struct {
22          int     ndel;           /* number of deleted entries */
23   } LUTAB;
24  
25 + #undef strcmp
26   #define LU_SINIT(fk,fd)         {lu_shash,strcmp,(void (*)())(fk),\
27                                  (void (*)())(fd),0,NULL,0}
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines