summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-24 02:34:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-24 02:34:20 +0000
commit9675f7ac35061616b1770751dc4303671c1e0ebe (patch)
tree9292a3b5defc622fc0465fba8fdbfc0e984aaa8b /op.h
parent18228614d1dac2db099ef3d8846e53f44accce72 (diff)
downloadperl-9675f7ac35061616b1770751dc4303671c1e0ebe.tar.gz
oops, some files missing in change#3449
p4raw-link: @3449 on //depot/perl: 18228614d1dac2db099ef3d8846e53f44accce72 p4raw-id: //depot/perl@3450
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 03ea2afca4..125e115175 100644
--- a/op.h
+++ b/op.h
@@ -125,6 +125,7 @@ typedef U32 PADOFFSET;
#define OPpENTERSUB_DB 16 /* Debug subroutine. */
/* OP_RV2CV only */
#define OPpENTERSUB_AMPER 8 /* Used & form to call. */
+#define OPpENTERSUB_NOPAREN 128 /* bare sub call (without parens) */
/* OP_?ELEM only */
#define OPpLVAL_DEFER 16 /* Defer creation of array/hash elem */
/* for OP_RV2?V, lower bits carry hints */