summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2001-04-02 16:43:06 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-02 22:30:43 +0000
commit4fee5c7184334b5d6258d0f47b645f04accfe0b7 (patch)
treee44cecd66df0c3b606806f003d20792f31553f4d /hv.h
parent4107cc595d9f338b8ec6edd19fc7a2136a93a482 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index a1652d8c58..a9fc9fb9af 100644
--- a/hv.h
+++ b/hv.h
@@ -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
/*