From: Simon Cozens Date: Mon, 2 Apr 2001 15:43:06 +0000 (+0100) Subject: REALLY pedantic hv.h nit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fee5c7184334b5d6258d0f47b645f04accfe0b7;p=p5sagit%2Fp5-mst-13.2.git REALLY pedantic hv.h nit Message-ID: <20010402154306.A21711@netthink.co.uk> p4raw-id: //depot/perl@9520 --- diff --git a/hv.h b/hv.h index a1652d8..a9fc9fb 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 /*