This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move all the regexp state variables into a single structure.
authorNicholas Clark <nick@ccl4.org>
Thu, 6 Apr 2006 15:52:37 +0000 (15:52 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 6 Apr 2006 15:52:37 +0000 (15:52 +0000)
commit46ab32892be40c66fb42b377ee5ee1e8921e1db5
treea8157b02cd2a7fdbce5dd6d6be45efb956a30792
parent4ab59fccd2ed87367a9c02575d4dd0b9d6b8b95a
Move all the regexp state variables into a single structure.
This allows it to be saved, restored and cloned with a single Copy()
(but inevitably still some fixup)

p4raw-id: //depot/perl@27732
embedvar.h
perl.c
perlapi.h
regcomp.c
regexp.h
scope.c
sv.c
thrdvar.h