diff options
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h index 25b8dd52fa..6ddb1f6634 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -42,6 +42,8 @@ PERL_CALLCONV OP *Perl_pp_chroot(pTHX); PERL_CALLCONV OP *Perl_pp_clonecv(pTHX); PERL_CALLCONV OP *Perl_pp_close(pTHX); PERL_CALLCONV OP *Perl_pp_closedir(pTHX); +PERL_CALLCONV OP *Perl_pp_cmpchain_and(pTHX); +PERL_CALLCONV OP *Perl_pp_cmpchain_dup(pTHX); PERL_CALLCONV OP *Perl_pp_complement(pTHX); PERL_CALLCONV OP *Perl_pp_concat(pTHX); PERL_CALLCONV OP *Perl_pp_cond_expr(pTHX); |