summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2019-04-25 12:21:29 +0100
committerAaron Crane <arc@cpan.org>2019-04-25 12:33:56 +0100
commit54ea08ea5e4fd909a39392aa53ffff43eaa4cb07 (patch)
tree92bf4d7d46328eb89ce2995a1f68bb3493f40022 /config_h.SH
parente7e4fc7fa5294caecb0353b51f5bc576142780af (diff)
downloadperl-54ea08ea5e4fd909a39392aa53ffff43eaa4cb07.tar.gz
Regenerate Configure from latest metaconfig
This corresponds to metaconfig commit 70210eb08b2643bfce98cfa92a3ee52c613dfa56
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH
index f26ed2f3bb..a24daa6f1f 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3501,13 +3501,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
/* HAS_TOWLOWER:
* This symbol, if defined, indicates that the towlower () routine is
- * available to do string concatenation.
+ * available to do case conversion.
*/
#$d_towlower HAS_TOWLOWER /**/
/* HAS_TOWUPPER:
* This symbol, if defined, indicates that the towupper () routine is
- * available to do string concatenation.
+ * available to do case conversion.
*/
#$d_towupper HAS_TOWUPPER /**/