This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define and initialise reg_name only once.
authorNicholas Clark <nick@ccl4.org>
Sat, 3 Mar 2007 12:22:19 +0000 (12:22 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 3 Mar 2007 12:22:19 +0000 (12:22 +0000)
commit13d6edb45df716e9bd8a40bf4d0dcc0834c8e1d8
tree5332ce2bea844b2fbdd84bfb242e0e113164be0e
parent2246ee039f9382f6a88766dc2e05a32de5ee2c3c
Define and initialise reg_name only once.
This allows re to be a static extension.
As it's now no-longer a static variable in regcomp.c, it needs a PL_
prefix.

p4raw-id: //depot/perl@30451
regcomp.c
regcomp.pl
regexec.c
regnodes.h