diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-03 13:56:42 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-03 14:01:06 -0700 |
commit | 5ed5d9dbd8a43720d09030290212c037a761591e (patch) | |
tree | 99fb7e2efc14cac18e7c0fe5f1ba93849930c4db /parser.h | |
parent | f7e029ab097e17f08984143868ba5b33f51ec9d7 (diff) | |
download | perl-5ed5d9dbd8a43720d09030290212c037a761591e.tar.gz |
parser.h: Correct comment explaining last_lop_op
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |