diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-27 01:53:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-27 01:53:09 +0000 |
commit | 3dd2943cceaddf3b381783dec225bf45f4c0c4c9 (patch) | |
tree | 55a162ce5d511e23300e8edcc4c6e3f99adb372d /regexec.c | |
parent | 3cf03d68a41803c0fae7103299600bbe1e431014 (diff) | |
download | perl-3dd2943cceaddf3b381783dec225bf45f4c0c4c9.tar.gz |
Comment on comment.
p4raw-id: //depot/perl@7877
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |