From: Michael G. Schwern Date: Fri, 1 Jun 2001 11:49:56 +0000 (+0100) Subject: Eliminating trigraph X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87324b0ff7bda56e7837a54df83aa3e5df2b1515;p=p5sagit%2Fp5-mst-13.2.git Eliminating trigraph Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10367 --- diff --git a/hv.c b/hv.c index 7058116..14b9682 100644 --- a/hv.c +++ b/hv.c @@ -504,7 +504,7 @@ parameter is the precomputed hash value; if it is zero then Perl will compute it. The return value is the new hash entry so created. It will be NULL if the operation failed or if the value did not need to be actually stored within the hash (as in the case of tied hashes). Otherwise the -contents of the return value can be accessed using the C macros +contents of the return value can be accessed using the C macros described here. Note that the caller is responsible for suitably incrementing the reference count of C before the call, and decrementing it if the function returned NULL.