This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
%#b in particular and %B in general were kaputt.
[perl5.git] / perlapi.c
old mode 100644 (file)
new mode 100755 (executable)
index 6860b18..0e54575
--- a/perlapi.c
+++ b/perlapi.c
@@ -4981,6 +4981,13 @@ Perl_ck_index(pTHXo_ OP *o)
     return ((CPerlObj*)pPerl)->Perl_ck_index(o);
 }
 
+#undef  Perl_ck_join
+OP *
+Perl_ck_join(pTHXo_ OP *o)
+{
+    return ((CPerlObj*)pPerl)->Perl_ck_join(o);
+}
+
 #undef  Perl_ck_lengthconst
 OP *
 Perl_ck_lengthconst(pTHXo_ OP *o)