toke.c:scan_heredoc: Merge two adjacent #ifdefs
authorFather Chrysostomos <sprout@cpan.org>
Thu, 30 Aug 2012 03:41:09 +0000 (20:41 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 31 Aug 2012 01:18:10 +0000 (18:18 -0700)
toke.c

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