diff options
author | David Mitchell <davem@iabyn.com> | 2013-08-13 22:25:46 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2013-08-13 22:25:46 +0100 |
commit | a340edde842dee4790dd350818567cbfc9698469 (patch) | |
tree | eecfc2dab75bf025dd5fa1344e48088673802b38 /regexec.c | |
parent | d777b41aeb3c64098bb1faa982700de41a4a3bef (diff) | |
download | perl-a340edde842dee4790dd350818567cbfc9698469.tar.gz |
improve regexec_flags() API documentation
In the API, rename the 'screamer' arg to be 'sv' instead;
update the description of the functions args;
improve the documentation of the REXEC_* flags for the 'flags' arg.
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2211,7 +2211,7 @@ Perl_regexec_flags(pTHX_ REGEXP * const rx, char *stringarg, char *strend, * itself is accessed via the pointers above */ /* data: May be used for some additional optimizations. Currently unused. */ -/* nosave: For optimizations. */ +/* flags: For optimizations. See REXEC_* in regexp.h */ { dVAR; |