We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7296a95 commit fd0e67eCopy full SHA for fd0e67e
makedef.pl
@@ -145,6 +145,9 @@ BEGIN
145
elsif ($define{HAS_SETLOCALE}) {
146
$define{USE_LOCALE} = 1;
147
}
148
+ else {
149
+ undef $define{USE_LOCALE};
150
+ }
151
152
153
# https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B#Internal_version_numbering
perl.h
@@ -1175,6 +1175,8 @@ violations are fatal.
1175
# define USE_LOCALE
1176
# elif defined(HAS_SETLOCALE)
1177
1178
+# else
1179
+# undef USE_LOCALE
1180
# endif
1181
#endif
1182
0 commit comments