This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
authorNicholas Clark <nick@ccl4.org>
Tue, 14 Mar 2006 15:21:54 +0000 (15:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 14 Mar 2006 15:21:54 +0000 (15:21 +0000)
commitba72d282e339edb2a3124033347f574683185a2a
treead7a621d6bb20b59e60cbc7a95f0ab67fd1df4c2
parent985d6f616086d072aa92ea0e9eb2b6bd7bdcd439
SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
be necessary to fix subtle bugs involving reblessing and overloading.

p4raw-id: //depot/perl@27496
sv.h