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:
382450a
)
fix a stupid type error
author
Tony Cook
<tony@develop-help.com>
Wed, 7 Sep 2016 01:16:49 +0000
(11:16 +1000)
committer
Tony Cook
<tony@develop-help.com>
Wed, 7 Sep 2016 01:16:49 +0000
(11:16 +1000)
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
75508f1
..
3ade32b
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-9724,7
+9724,7
@@
S_scan_heredoc(pTHX_ char *s)
{
SV *linestr_save;
char *oldbufptr_save;
- char *
*
oldoldbufptr_save;
+ char *oldoldbufptr_save;
streaming:
sv_setpvs(tmpstr,""); /* avoid "uninitialized" warning */
term = PL_tokenbuf[1];