This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Wrap all deferences of struct regexp* in macros RX_*() [and for
authorNicholas Clark <nick@ccl4.org>
Wed, 2 Jan 2008 12:06:05 +0000 (12:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 2 Jan 2008 12:06:05 +0000 (12:06 +0000)
commit07bc277f32c1d7aff237dd3f55d558b5d4b93314
tree86a4a36156c095e618d07cc5cb6d35875496d75f
parent3d66076ad00dfe06380fb774b92fb59dc07fe4ec
Wrap all deferences of struct regexp* in macros RX_*() [and for
regcomp.c and regexec.c RXp_* where necessary] so that in future we
can maintain source compatibility when we add an extra level of
dereferencing.

p4raw-id: //depot/perl@32802
13 files changed:
dump.c
ext/B/B.xs
ext/re/re.xs
mg.c
op.c
perl.h
pp.c
pp_ctl.c
pp_hot.c
regcomp.c
regcomp.h
regexec.c
regexp.h