diff options
author | Simon Cozens <simon@netthink.co.uk> | 2001-04-02 16:43:06 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-02 22:30:43 +0000 |
commit | 4fee5c7184334b5d6258d0f47b645f04accfe0b7 (patch) | |
tree | e44cecd66df0c3b606806f003d20792f31553f4d /hv.h | |
parent | 4107cc595d9f338b8ec6edd19fc7a2136a93a482 (diff) | |
download | perl-4fee5c7184334b5d6258d0f47b645f04accfe0b7.tar.gz |
REALLY pedantic hv.h nit
Message-ID: <20010402154306.A21711@netthink.co.uk>
p4raw-id: //depot/perl@9520
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ struct xpvhv { } \ hash_PeRlHaSh += (hash_PeRlHaSh << 3); \ hash_PeRlHaSh ^= (hash_PeRlHaSh >> 11); \ - (hash) = (hash_PeRlHaSh += (hash_PeRlHaSh << 15)); \ + (hash) = (hash_PeRlHaSh + (hash_PeRlHaSh << 15)); \ } STMT_END /* |