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

Comparing ray/src/common/savestr.c (file contents):
Revision 2.9 by schorsch, Fri Nov 14 17:22:06 2003 UTC vs.
Revision 2.10 by greg, Thu Mar 4 16:34:34 2004 UTC

# Line 28 | Line 28 | static const char      RCSid[] = "$Id$";
28   #include "rtio.h"
29  
30   #ifndef  NHASH
31 < #define  NHASH          509             /* hash table size (prime!) */
31 > #define  NHASH          2039            /* hash table size (prime!) */
32   #endif
33  
34   typedef struct s_head {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines