summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2016-09-16 13:02:16 +0200
committerLukas Mai <l.mai@web.de>2016-09-16 13:02:16 +0200
commit73e1bd1a5c02345bc685f62eb3210f5a55378752 (patch)
tree0a0007b635895c78fc11166454239cfc3c9c88ee /perl.c
parent720c8c4f57a8be0960c9068d899e9d111e143382 (diff)
downloadperl-73e1bd1a5c02345bc685f62eb3210f5a55378752.tar.gz
restore comment mangled by 27da23d53ccce6
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index afc9cbb88c..07b852332c 100644
--- a/perl.c
+++ b/perl.c
@@ -2300,6 +2300,7 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
/* PL_unicode is turned on by -C, or by $ENV{PERL_UNICODE},
* or explicitly in some platforms.
+ * PL_utf8locale is conditionally turned on by
* locale.c:Perl_init_i18nl10n() if the environment
* look like the user wants to use UTF-8. */
#if defined(__SYMBIAN32__)