summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-08-21 09:54:05 -0600
committerKarl Williamson <khw@cpan.org>2015-08-24 12:11:33 -0600
commitb24abbc803191b400f0d0ab41db2f184860e7534 (patch)
treef922a1083b409344dbac1e2369901db86a8594bd /regnodes.h
parente0be3f061825dcf8ffbb0e0581a77e09e74ab8fc (diff)
downloadperl-b24abbc803191b400f0d0ab41db2f184860e7534.tar.gz
perldebguts: Add clarification
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regnodes.h b/regnodes.h
index db32920c8c..88227ee7cc 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -42,7 +42,7 @@
#define CLUMP 28 /* 0x1c Match any extended grapheme cluster sequence */
#define BRANCH 29 /* 0x1d Match this alternative, or the next... */
#define EXACT 30 /* 0x1e Match this string (preceded by length). */
-#define EXACTL 31 /* 0x1f Like EXACT, but /l is in effect. */
+#define EXACTL 31 /* 0x1f Like EXACT, but /l is in effect (used so locale-related warnings can be checked for). */
#define EXACTF 32 /* 0x20 Match this non-UTF-8 string (not guaranteed to be folded) using /id rules (w/len). */
#define EXACTFL 33 /* 0x21 Match this string (not guaranteed to be folded) using /il rules (w/len). */
#define EXACTFU 34 /* 0x22 Match this string (folded iff in UTF-8, length in folding doesn't change if not in UTF-8) using /iu rules (w/len). */