From: Father Chrysostomos Date: Thu, 30 Aug 2012 03:43:05 +0000 (-0700) Subject: toke.c:scan_heredoc: Remove incorrect part of comment X-Git-Tag: upstream/5.20.0~5551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64d1236453b904858b3d262dfdb71aac934623d0;p=platform%2Fupstream%2Fperl.git toke.c:scan_heredoc: Remove incorrect part of comment I missed this in 60f40a3895 when I stopped abusing IVX and NVX. --- diff --git a/toke.c b/toke.c index 71ebd4f..24794a2 100644 --- a/toke.c +++ b/toke.c @@ -9620,8 +9620,7 @@ S_scan_heredoc(pTHX_ register char *s) if (PL_lex_inwhat && !found_newline) { /* Peek into the line buffer of the parent lexing scope, going up as many levels as necessary to find one with a newline after - bufptr. See the comments in sublex_push for how IVX and NVX - are abused. + bufptr. */ SV *linestr; char *bufptr, *bufend;