summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-03-01 18:21:19 -0700
committerKarl Williamson <khw@cpan.org>2020-03-02 11:40:29 -0700
commit522d5f9003a0ef31e6a456b723dc745f2f940620 (patch)
treed50bb2028e7dd8c9a84eff23d085f8791cd6b536 /makedef.pl
parent0bd6eef439e2cdb97b9b64430c17d4f523f75914 (diff)
downloadperl-522d5f9003a0ef31e6a456b723dc745f2f940620.tar.gz
makedef.pl: Add comment
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 2e55877001..5fbca37752 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -140,6 +140,7 @@ if (! $define{NO_LOCALE}) {
}
}
+# https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B#Internal_version_numbering
my $cctype = $ARGS{CCTYPE} =~ s/MSVC//r;
if (! $define{HAS_SETLOCALE} && $define{HAS_POSIX_2008_LOCALE}) {
$define{USE_POSIX_2008_LOCALE} = 1;