diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-11-24 21:55:15 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-11-24 21:56:36 +0000 |
commit | 34c313739b9e38cf0e8e75916cc84fcb9c76e24b (patch) | |
tree | e3c5d2a35478fee41f8a4cfcd60c9ab31d0b739e /global.sym | |
parent | 55d389e7b5f7bc71c43841a47bda16dba06579f5 (diff) | |
download | perl-34c313739b9e38cf0e8e75916cc84fcb9c76e24b.tar.gz |
Explicitly export Perl_sv_compile_2op_is_broken(), for ext/re.
Frustratingly, because regcomp.c is also compiled as ext/re/re_comp.c, anything
it needs has to be exported. So this has to be X. I'd rather it wasn't.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index c2cc132bae..2248d59a4a 100644 --- a/global.sym +++ b/global.sym @@ -613,6 +613,7 @@ Perl_sv_cmp_flags Perl_sv_cmp_locale Perl_sv_cmp_locale_flags Perl_sv_compile_2op +Perl_sv_compile_2op_is_broken Perl_sv_copypv Perl_sv_dec Perl_sv_dec_nomg |