This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify the logic in Perl_re_dup() - copy the structure as 1 block,
authorNicholas Clark <nick@ccl4.org>
Mon, 26 Mar 2007 08:39:43 +0000 (08:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 26 Mar 2007 08:39:43 +0000 (08:39 +0000)
commit6057429f70b01566da284c30e14c36ffb550516b
treeaaae5ae90746ae39a3a1e9c8b23c6ee612fd26ef
parenta965aca77d5cf0e03773fe93d88d53f33e306446
Simplify the logic in Perl_re_dup() - copy the structure as 1 block,
then fix up what differs. Curiously -Os with gcc x86 produces the same
sized object code.

p4raw-id: //depot/perl@30757
regcomp.c