parser.h: Correct comment explaining last_lop_op
authorFather Chrysostomos <sprout@cpan.org>
Tue, 3 Jul 2012 20:56:42 +0000 (13:56 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 3 Jul 2012 21:01:06 +0000 (14:01 -0700)
parser.h

index 967e872..de69a2d 100644 (file)
--- 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 */