summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2008-02-16 00:08:50 +0100
committerNicholas Clark <nick@ccl4.org>2008-02-23 08:19:00 +0000
commit996c9baa63e0776f6650c6ba32b83baefb5f0505 (patch)
treeceede97c9784ea550dfbe56588e7d64969f6868d /op.h
parent910e06714ae57f4d3d804265c3d148726c7a8a2b (diff)
downloadperl-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 'op.h')
-rw-r--r--op.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/op.h b/op.h
index b2309888f1..e128ec969c 100644
--- a/op.h
+++ b/op.h
@@ -112,8 +112,6 @@ Deprecated. Use C<GIMME_V> instead.
#define OPf_STACKED 64 /* Some arg is arriving on the stack. */
#define OPf_SPECIAL 128 /* Do something weird for this op: */
/* On local LVAL, don't init local value. */
- /* On OP_CONST, value is the hints hash for
- eval, so return a copy from pp_const() */
/* On OP_SORT, subroutine is inlined. */
/* On OP_NOT, inversion was implicit. */
/* On OP_LEAVE, don't restore curpm. */