diff options
author | Vincent Pit <perl@profvince.com> | 2008-02-16 00:08:50 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-23 08:19:00 +0000 |
commit | 996c9baa63e0776f6650c6ba32b83baefb5f0505 (patch) | |
tree | ceede97c9784ea550dfbe56588e7d64969f6868d /pp_proto.h | |
parent | 910e06714ae57f4d3d804265c3d148726c7a8a2b (diff) | |
download | perl-996c9baa63e0776f6650c6ba32b83baefb5f0505.tar.gz |
Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)
Message-ID: <47B60D72.50708@profvince.com>
Date: Fri, 15 Feb 2008 23:08:50 +0100
p4raw-id: //depot/perl@33356
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 847e4f15ea..0c1829ad74 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -370,6 +370,7 @@ PERL_PPDEF(Perl_pp_semget) PERL_PPDEF(Perl_pp_semctl) PERL_PPDEF(Perl_pp_require) PERL_PPDEF(Perl_pp_dofile) +PERL_PPDEF(Perl_pp_hintseval) PERL_PPDEF(Perl_pp_entereval) PERL_PPDEF(Perl_pp_leaveeval) PERL_PPDEF(Perl_pp_entertry) |