This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use a union for storing the shared hash key reference count, rather
authorNicholas Clark <nick@ccl4.org>
Mon, 30 Jan 2006 12:59:12 +0000 (12:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 30 Jan 2006 12:59:12 +0000 (12:59 +0000)
commitde61663159118b735969bec9539d9251323990fa
tree08bacbcc1bfb10dc496f8287872d3c6c42abe2ec
parent21c1191d96d28acb87f4479c4eef93ca5aef5405
Use a union for storing the shared hash key reference count, rather
than messy pointer hacks.

p4raw-id: //depot/perl@27000
ext/XS/APItest/APItest.xs
hv.c
hv.h
perl.c