summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-04 11:43:37 -0700
committerKarl Williamson <khw@cpan.org>2019-03-04 11:51:45 -0700
commitaf5735030ecb884df4c76ca1466de7bdd777546e (patch)
tree1e7b75c050bad4874805d182c2f8a46712d95a61 /perl.h
parenta79c258cf539dc7cba437fc32a30cea417a228fe (diff)
downloadperl-af5735030ecb884df4c76ca1466de7bdd777546e.tar.gz
perl.h: Improve a comment's wording
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 757fc7083c..098e1d7a1a 100644
--- a/perl.h
+++ b/perl.h
@@ -722,7 +722,7 @@
#if !defined(NO_LOCALE) && defined(HAS_SETLOCALE)
# define USE_LOCALE
# define HAS_SKIP_LOCALE_INIT /* Solely for XS code to test for this
- capability */
+ #define */
# if !defined(NO_LOCALE_COLLATE) && defined(LC_COLLATE) \
&& defined(HAS_STRXFRM)
# define USE_LOCALE_COLLATE