From 34c313739b9e38cf0e8e75916cc84fcb9c76e24b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 24 Nov 2010 21:55:15 +0000 Subject: 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. --- global.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'global.sym') 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 -- cgit v1.2.1