projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e190e9b
)
Also skip spaces after variable if we are within lexical brackets. Fixes #70091:...
Gerard Goossen [Tue, 24 Nov 2009 11:06:55 +0000 (12:06 +0100)]
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
a4e9471
..
f214ddf
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-5441,7
+5441,7
@@
Perl_yylex(pTHX)
d = s;
{
const char tmp = *s;
- if (PL_lex_state == LEX_NORMAL)
+ if (PL_lex_state == LEX_NORMAL || PL_lex_brackets)
s = SKIPSPACE1(s);
if ((PL_expect != XREF || PL_oldoldbufptr == PL_last_lop)