Message-ID: <
20010402154306.A21711@netthink.co.uk>
p4raw-id: //depot/perl@9520
} \
hash_PeRlHaSh += (hash_PeRlHaSh << 3); \
hash_PeRlHaSh ^= (hash_PeRlHaSh >> 11); \
- (hash) = (hash_PeRlHaSh += (hash_PeRlHaSh << 15)); \
+ (hash) = (hash_PeRlHaSh + (hash_PeRlHaSh << 15)); \
} STMT_END
/*