# | Line 26 | Line 26 | static const char RCSid[] = "$Id$"; | |
---|---|---|
26 | #include "rtio.h" | |
27 | ||
28 | #ifndef NHASH | |
29 | + | #ifdef SMLMEM |
30 | #define NHASH 2039 /* hash table size (prime!) */ | |
31 | + | #else |
32 | + | #define NHASH 17117 /* hash table size (prime!) */ |
33 | + | #endif |
34 | #endif | |
35 | ||
36 | typedef struct s_head { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |