diff options
author | Craig A. Berry <craigberry@mac.com> | 2012-10-26 16:33:26 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2012-10-26 16:33:26 -0500 |
commit | 015bb97c08bcdfd1e266767467bb666e359f226a (patch) | |
tree | 304aa635563cb6416864f379d7ebf209e34d5613 /make_ext.pl | |
parent | 32b17be10822fe517336ea6efb696f21d389c41f (diff) | |
download | perl-015bb97c08bcdfd1e266767467bb666e359f226a.tar.gz |
De-globalize regcomp inversion lists.
These lists are declared at file scope so will be global unless
made static. Actual use of these lists is via the various PL_xxx
global variables that point to them and that (except for
NonL1_Perl_Non_Final_Folds_invlist) are initialized in
Perl_re_op_compile in regcomp.c (but not in its incarnation as
ext/re/re_comp.c).
So change the lists to be static, and also skip declaring and
initializing them in ext/re/re_comp.c except for the one case that
is actually used in the extension version.
Diffstat (limited to 'make_ext.pl')
0 files changed, 0 insertions, 0 deletions