summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-08-13 22:25:46 +0100
committerDavid Mitchell <davem@iabyn.com>2013-08-13 22:25:46 +0100
commita340edde842dee4790dd350818567cbfc9698469 (patch)
treeeecfc2dab75bf025dd5fa1344e48088673802b38 /regexec.c
parentd777b41aeb3c64098bb1faa982700de41a4a3bef (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 4a350fb090..5f142a0332 100644
--- a/regexec.c
+++ b/regexec.c
@@ -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;