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 5ba25c1 commit 2f7afdcCopy full SHA for 2f7afdc
locale.c
@@ -4234,14 +4234,6 @@ time C<Perl_setlocale> is called from the same thread.
4234
4235
*/
4236
4237
-#ifndef USE_LOCALE_NUMERIC
4238
-# define affects_LC_NUMERIC(cat) 0
4239
-#elif defined(LC_ALL)
4240
-# define affects_LC_NUMERIC(cat) (cat == LC_NUMERIC || cat == LC_ALL)
4241
-#else
4242
-# define affects_LC_NUMERIC(cat) (cat == LC_NUMERIC)
4243
-#endif
4244
-
4245
const char *
4246
Perl_setlocale(const int category, const char * locale)
4247
{
0 commit comments