summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-10-27 12:52:26 -0600
committerKarl Williamson <khw@cpan.org>2017-10-28 13:10:42 -0600
commit8ec77c3c4754a4a36357fd4775016a63053a3a9e (patch)
tree73a4f15fdc87ba65590f442359e1600033d24d60 /regcomp.h
parent26d5d9442c9fe6c919fee623d17c39a51ff863f2 (diff)
downloadperl-8ec77c3c4754a4a36357fd4775016a63053a3a9e.tar.gz
regcomp.h: Add comment
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index 8c42d4e76d..0a013e5a09 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -1073,6 +1073,7 @@ re.pm, especially to the documentation.
PERL_PV_ESCAPE_RE|PERL_PV_ESCAPE_NONASCII |((isuni) ? PERL_PV_ESCAPE_UNI : 0) ); \
const int rlen = SvCUR(dsv)
+/* This is currently unsed in the core */
#define RE_SV_ESCAPE(rpv,isuni,dsv,sv,m) \
const char * const rpv = \
pv_pretty((dsv), (SvPV_nolen_const(sv)), (SvCUR(sv)), (m), \