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:
a2c8441
)
toke.c:scan_heredoc: Merge two adjacent #ifdefs
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 30 Aug 2012 03:41:09 +0000
(20:41 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 31 Aug 2012 01:18:10 +0000
(18:18 -0700)
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
24c532f
..
71ebd4f
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-9600,9
+9600,7
@@
S_scan_heredoc(pTHX_ register char *s)
else
PL_thisstuff = newSVpvn(tstart, s - tstart);
}
-#endif
-#ifdef PERL_MAD
stuffstart = s - SvPVX(PL_linestr);
#endif