This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e029a
)
parser.h: Correct comment explaining last_lop_op
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 3 Jul 2012 20:56:42 +0000
(13:56 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 3 Jul 2012 21:01:06 +0000
(14:01 -0700)
parser.h
patch
|
blob
|
blame
|
history
diff --git
a/parser.h
b/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 */