summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-13 11:08:28 -0600
committerKarl Williamson <khw@cpan.org>2014-06-13 11:26:23 -0600
commita4b696951ea801ba452306a587df4150144074b0 (patch)
tree5efb7a8e2c80090dfbf9865467b7b4d093b5145a /pp.c
parentc9fcb6748406a42eb6bc89866e83c16b0e3eb4e1 (diff)
downloadperl-a4b696951ea801ba452306a587df4150144074b0.tar.gz
pp.c: Add comment
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index d4002ac102..9d19c91839 100644
--- a/pp.c
+++ b/pp.c
@@ -4195,7 +4195,8 @@ PP(pp_fc)
const U8 *send;
U8 *d;
U8 tmpbuf[UTF8_MAXBYTES_CASE + 1];
- const bool full_folding = TRUE;
+ const bool full_folding = TRUE; /* This variable is here so we can easily
+ move to more generality later */
const U8 flags = ( full_folding ? FOLD_FLAGS_FULL : 0 )
#ifdef USE_LOCALE_CTYPE
| ( IN_LC_RUNTIME(LC_CTYPE) ? FOLD_FLAGS_LOCALE : 0 )