diff options
author | Brent Dax <brentdax@cpan.org> | 2002-07-25 22:41:52 -0700 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-05 15:04:54 +0000 |
commit | c963b151157dab5813a32fc6004b63916ad155e8 (patch) | |
tree | e88a528a16616c2f136f31b2c37b08e237b08799 /pp_proto.h | |
parent | d73f34fb2db5664941bbe71b34c335b0ae3b50b3 (diff) | |
download | perl-c963b151157dab5813a32fc6004b63916ad155e8.tar.gz |
Defined-or patch (cleaned up)
From: "Brent Dax" <brentdax@cpan.org>
Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
p4raw-id: //depot/perl@17682
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 566074e0f2..86311949a7 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -391,3 +391,5 @@ PERL_PPDEF(Perl_pp_lock) PERL_PPDEF(Perl_pp_threadsv) PERL_PPDEF(Perl_pp_setstate) PERL_PPDEF(Perl_pp_method_named) +PERL_PPDEF(Perl_pp_dor) +PERL_PPDEF(Perl_pp_dorassign) |