diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-06-01 12:49:56 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-01 12:27:53 +0000 |
commit | 87324b0ff7bda56e7837a54df83aa3e5df2b1515 (patch) | |
tree | 347f34d8f4bdb78a4de4fe65492361922ec69690 /hv.c | |
parent | c96098b89ac79c6fafa7880332886ecaf567c0b4 (diff) | |
download | perl-87324b0ff7bda56e7837a54df83aa3e5df2b1515.tar.gz |
Eliminating trigraph
Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
p4raw-id: //depot/perl@10367
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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<He???> macros +contents of the return value can be accessed using the C<He?> macros described here. Note that the caller is responsible for suitably incrementing the reference count of C<val> before the call, and decrementing it if the function returned NULL. |