This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert all accesses of the member paren_names of struct regexp to
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 17:44:04 +0000 (17:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 17:44:04 +0000 (17:44 +0000)
commit5daac39cdfb40a97f596516dfd1504833f0b6695
treefebf1ff899723b083b260949befa8daa55bc5150
parent8f6ae13c8af6db5c57cde14346d77d89a10817d3
Convert all accesses of the member paren_names of struct regexp to
be accessed via RXp_PAREN_NAMES(). (They are entirely within the
regexp implementation).

p4raw-id: //depot/perl@32853
regcomp.c
regexec.c
regexp.h