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.8 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.9 by greg, Fri Jun 27 06:53:21 2003 UTC

# Line 8 | Line 8
8   extern "C" {
9   #endif
10  
11
12 #include "copyright.h"
13
11   typedef struct {
12          char    *key;                   /* key name */
13          unsigned long   hval;           /* key hash value (for efficiency) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines