This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Store a flag for container/value magic in PL_magic_data.
authorNicholas Clark <nick@ccl4.org>
Sun, 15 May 2011 12:54:19 +0000 (13:54 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 08:39:59 +0000 (10:39 +0200)
commite0a73de458fc6a8b96ea80ab0485ce7bdabb4c8b
tree975adf1ca5ede1fafbda518f0c25887da53a7775
parent6f83ef0e5a45c465f83de3304c5818ba44492250
Store a flag for container/value magic in PL_magic_data.

Use this to replace S_is_container_magic() in mg.c with a direct lookup.
mg.c
mg_raw.h
perl.h
regen/mg_vtable.pl
sv.c