projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
55fced6
)
dont use sub_inwhat (RT#102918)
Matthew Horsfall [Mon, 23 Mar 2015 19:27:48 +0000 (15:27 -0400)]
stolen_chunk_of_toke.c
patch
|
blob
|
blame
|
history
diff --git
a/stolen_chunk_of_toke.c
b/stolen_chunk_of_toke.c
index
c667eaa
..
b9e5037
100644
(file)
--- a/
stolen_chunk_of_toke.c
+++ b/
stolen_chunk_of_toke.c
@@
-342,7
+342,7
@@
S_skipspace(pTHX_ register char *s, int incline)
* of the buffer, we're not reading from a source filter, and
* we're in normal lexing mode
*/
- if (s < PL_bufend || !PL_rsfp || PL_sublex_info.sub_inwhat ||
+ if (s < PL_bufend || !PL_rsfp || PL_lex_inwhat ||
PL_lex_state == LEX_FORMLINE)
return s;