This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow sv_setsv_flags() to copy SVt_REGEXP much like it copies
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Jan 2008 00:23:23 +0000 (00:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Jan 2008 00:23:23 +0000 (00:23 +0000)
commitfd44068c47d5f6a98ba4bc0096f3f1de992385b6
tree8515b6e7d2626f0aaa851763af99de0734869867
parenta11c868346835d29a8dbd849a05670423faaf9e2
Allow sv_setsv_flags() to copy SVt_REGEXP much like it copies
SVt_FORMAT - the just string buffer.

p4raw-id: //depot/perl@32863
ext/re/re.xs
sv.c