This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docs
[perl5.git] / pp_proto.h
index e931546..407cbd1 100644 (file)
@@ -162,6 +162,7 @@ PERL_CALLCONV OP *Perl_pp_method_redir_super(pTHX);
 PERL_CALLCONV OP *Perl_pp_method_super(pTHX);
 PERL_CALLCONV OP *Perl_pp_mkdir(pTHX);
 PERL_CALLCONV OP *Perl_pp_modulo(pTHX);
+PERL_CALLCONV OP *Perl_pp_multiconcat(pTHX);
 PERL_CALLCONV OP *Perl_pp_multideref(pTHX);
 PERL_CALLCONV OP *Perl_pp_multiply(pTHX);
 PERL_CALLCONV OP *Perl_pp_nbit_and(pTHX);