summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
committerLarry Wall <larry@netlabs.com>1993-11-10 00:00:00 +0000
commit463ee0b2acbd047c27e8b5393cdd8398881824c5 (patch)
treeae17d9179fc861ae5fc5a86da9139631530cb6fe /op.h
parent93a17b20b6d176db3f04f51a63b0a781e5ffd11c (diff)
downloadperl-463ee0b2acbd047c27e8b5393cdd8398881824c5.tar.gz
perl 5.0 alpha 4
[editor's note: the sparc executables have not been included, and emacs backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD; the date of this is approximate]
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 81c3a0d1d5..f6375b1c72 100644
--- a/op.h
+++ b/op.h
@@ -49,6 +49,7 @@ typedef U16 PADOFFSET;
#define OPf_KNOW 2 /* Context is known. */
#define OPf_KIDS 4 /* There is a firstborn child. */
#define OPf_PARENS 8 /* This operator was parenthesized. */
+ /* (Or block needs explicit scope entry.) */
#define OPf_STACKED 16 /* Some arg is arriving on the stack. */
#define OPf_LVAL 32 /* Certified reference (lvalue). */
#define OPf_INTRO 64 /* Lvalue must be localized */