diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2014-12-29 19:21:39 -0500 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2014-12-30 08:13:16 -0500 |
commit | 33be4c6111bea619c1662d201ad9e3914c2013e5 (patch) | |
tree | b8cef87673636350254c6b6d375ded971d905e0c /regexec.c | |
parent | 207807e13c0ffe818692b731054954db1a168e25 (diff) | |
download | perl-33be4c6111bea619c1662d201ad9e3914c2013e5.tar.gz |
Add documentation for /n (non-capture) regexp flag.
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5529,7 +5529,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, char *startpos, regnode *prog) assert(!(scan->flags & ~RXf_PMf_COMPILETIME)); re_sv = rex->engine->op_comp(aTHX_ &ret, 1, NULL, rex->engine, NULL, NULL, - /* copy /msix etc to inner pattern */ + /* copy /msixn etc to inner pattern */ ARG2L(scan), pm_flags); |