summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2012-10-26 16:33:26 -0500
committerCraig A. Berry <craigberry@mac.com>2012-10-26 16:33:26 -0500
commit015bb97c08bcdfd1e266767467bb666e359f226a (patch)
tree304aa635563cb6416864f379d7ebf209e34d5613 /make_ext.pl
parent32b17be10822fe517336ea6efb696f21d389c41f (diff)
downloadperl-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