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

Comparing ray/src/common/rglinst.c (file contents):
Revision 3.3 by gwlarson, Wed Jul 15 17:52:16 1998 UTC vs.
Revision 3.4 by gwlarson, Wed Sep 2 18:42:11 1998 UTC

# Line 35 | Line 35 | static FILE  *infp;                    /* input file stream */
35   static int  objsize;                    /* size of stored OBJECT's */
36   static short  otypmap[NUMOTYPE+8];      /* object type map */
37  
38 < static long     imhash(mod) char *mod; {return((long)mod);}
38 > static unsigned long    imhash(mod) char *mod; {return((unsigned long)mod);}
39   static LUTAB    imtab = {imhash,NULL,NULL,NULL,0,NULL,0};
40  
41   static LUTAB    ottab = LU_SINIT(free,free);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines