This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK**
authorNicholas Clark <nick@ccl4.org>
Wed, 24 Nov 2010 11:36:36 +0000 (11:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 24 Nov 2010 11:36:36 +0000 (11:36 +0000)
commit15d9236d3878cc5033b0e89e4a2fc65f07146ea5
treea4c482005bc6578c19cf64e74da08c1346ac3c5a
parent68adb2b0c592afeb71b5a6a4f15af308d54a0db4
Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK**

This avoids a lot of casting. Nothing outside the perl core code is accessing
that member directly.
dump.c
hv.c
hv.h
mro.c
sv.c