diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 05:55:52 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 05:55:52 +0000 |
commit | d98f61e7d51abbefcd3982d605d4bd09ed4ddd7f (patch) | |
tree | 0fe4b7cb5a932e8e59433ecae8bcc077da072ed3 /pp_proto.h | |
parent | 71a29c3c6e68e84b4c2fa366c4878918712829a9 (diff) | |
download | perl-d98f61e7d51abbefcd3982d605d4bd09ed4ddd7f.tar.gz |
support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of
op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>)
p4raw-id: //depot/perl@5816
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 7f2d80b0b1..4ce9d74594 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -12,6 +12,7 @@ PERL_CKDEF(Perl_ck_eof) PERL_CKDEF(Perl_ck_eval) PERL_CKDEF(Perl_ck_exec) PERL_CKDEF(Perl_ck_exists) +PERL_CKDEF(Perl_ck_exit) PERL_CKDEF(Perl_ck_ftst) PERL_CKDEF(Perl_ck_fun) PERL_CKDEF(Perl_ck_fun_locale) |