summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-06-06 08:25:20 -0600
committerKarl Williamson <khw@cpan.org>2020-07-17 22:22:09 -0600
commit92c5bde986fca5fa79abf406a3f4af351dbdf323 (patch)
tree6bedc862a73c5e763dd14bfe16f02cc9690a01d3 /regexec.c
parent8974941dd2dd54e5011ca1f78fe1a96c6b282bc2 (diff)
downloadperl-92c5bde986fca5fa79abf406a3f4af351dbdf323.tar.gz
regexec.c: Fix comment
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 9e23bd7222..d6909c686f 100644
--- a/regexec.c
+++ b/regexec.c
@@ -1920,7 +1920,8 @@ STMT_START {
/* Like FBC_UTF8_A, but TEST_UV is a macro which takes a UV as its input, and
* TEST_UTF8 is a macro that for the same input code points returns identically
- * to TEST_UV, but takes a pointer to a UTF-8 encoded string instead */
+ * to TEST_UV, but takes a pointer to a UTF-8 encoded string instead (and an
+ * end pointer as well) */
#define FBC_UTF8(TEST_UV, TEST_UTF8, IF_SUCCESS, IF_FAIL) \
if (s == reginfo->strbeg) { \
tmp = '\n'; \