From: Jarkko Hietaniemi Date: Mon, 27 Nov 2000 01:53:09 +0000 (+0000) Subject: Comment on comment. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3dd2943cceaddf3b381783dec225bf45f4c0c4c9;p=p5sagit%2Fp5-mst-13.2.git Comment on comment. p4raw-id: //depot/perl@7877 --- diff --git a/regexec.c b/regexec.c index e3ab3d3..52aed0a 100644 --- a/regexec.c +++ b/regexec.c @@ -1790,7 +1790,8 @@ S_regtry(pTHX_ regexp *prog, char *startpos) /* XXXX What this code is doing here?!!! There should be no need to do this again and again, PL_reglastparen should take care of - this! */ + this! --ilya*/ + /* Tests pat.t#187 and split.t#{13,14} seem to depend on this. --jhi */ sp = prog->startp; ep = prog->endp; if (prog->nparens) {