This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
authorNicholas Clark <nick@ccl4.org>
Sat, 29 Oct 2005 17:02:49 +0000 (17:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 29 Oct 2005 17:02:49 +0000 (17:02 +0000)
commitbddd5118bb8dac8628019bdb9373c01f5937db98
tree93b25ce647fcd6fe67ddd070504fcad452fa186b
parentcb2f1b7b22aef64f26e7bd5484244a0df0c94631
Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
respectively.

p4raw-id: //depot/perl@25884
sv.c
sv.h