Lines 145-151
Link Here
|
145 |
/* otherwise use just the tag (pretty useless */ |
145 |
/* otherwise use just the tag (pretty useless */ |
146 |
/* but so what, not a common case). */ |
146 |
/* but so what, not a common case). */ |
147 |
if ((key.tag->flags & TF_SHARED) == 0) |
147 |
if ((key.tag->flags & TF_SHARED) == 0) |
148 |
hval = (int)key.val.shared ; |
148 |
hval = (long)key.val.shared ; |
149 |
else hval = key.tag->tag ; |
149 |
else hval = key.tag->tag ; |
150 |
break ; |
150 |
break ; |
151 |
} |
151 |
} |