summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-02-22 15:43:53 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-02-22 15:43:53 +0000
commit6a077020aea1c5f03f401226b0a81b82d07f7761 (patch)
treef452588b5ff0db276d9abdd3a24672589abec36d /op.h
parenta86913efefc35c0a72f21e0107dd9b774e046907 (diff)
downloadperl-6a077020aea1c5f03f401226b0a81b82d07f7761.tar.gz
Extend OP_AELEMFAST optimisation to lexical arrays
p4raw-id: //depot/perl@22357
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index c9f11395aa..889b3ea04f 100644
--- a/op.h
+++ b/op.h
@@ -108,6 +108,7 @@ Deprecated. Use C<GIMME_V> instead.
/* On RV2[SG]V, don't create GV--in defined()*/
/* On OP_DBSTATE, indicates breakpoint
* (runtime property) */
+ /* On OP_AELEMFAST, indiciates pad var */
/* old names; don't use in new code, but don't break them, either */
#define OPf_LIST OPf_WANT_LIST