diff options
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h index 86ab4c2550..566074e0f2 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -8,6 +8,7 @@ PERL_CKDEF(Perl_ck_bitop) PERL_CKDEF(Perl_ck_concat) PERL_CKDEF(Perl_ck_defined) PERL_CKDEF(Perl_ck_delete) +PERL_CKDEF(Perl_ck_die) PERL_CKDEF(Perl_ck_eof) PERL_CKDEF(Perl_ck_eval) PERL_CKDEF(Perl_ck_exec) |