summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-03 13:56:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-03 14:01:06 -0700
commit5ed5d9dbd8a43720d09030290212c037a761591e (patch)
tree99fb7e2efc14cac18e7c0fe5f1ba93849930c4db /parser.h
parentf7e029ab097e17f08984143868ba5b33f51ec9d7 (diff)
downloadperl-5ed5d9dbd8a43720d09030290212c037a761591e.tar.gz
parser.h: Correct comment explaining last_lop_op
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 967e8724df..de69a2dba2 100644
--- a/parser.h
+++ b/parser.h
@@ -52,7 +52,7 @@ typedef struct yy_parser {
OP *lex_op; /* extra info to pass back on op */
SV *lex_repl; /* runtime replacement from s/// */
U16 lex_inwhat; /* what kind of quoting are we in */
- OPCODE last_lop_op; /* last list operator */
+ OPCODE last_lop_op; /* last named list or unary operator */
I32 lex_starts; /* how many interps done on level */
SV *lex_stuff; /* runtime pattern from m// or s/// */
I32 multi_start; /* 1st line of multi-line string */