Skip to content

Commit

Permalink
locale.c: Remove no longer used macro
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 30ca6a4 commit 4301c19
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions locale.c
Expand Up @@ -4233,14 +4233,6 @@ time C<Perl_setlocale> is called from the same thread.
*/

#ifndef USE_LOCALE_NUMERIC
# define affects_LC_NUMERIC(cat) 0
#elif defined(LC_ALL)
# define affects_LC_NUMERIC(cat) (cat == LC_NUMERIC || cat == LC_ALL)
#else
# define affects_LC_NUMERIC(cat) (cat == LC_NUMERIC)
#endif

const char *
Perl_setlocale(const int category, const char * locale)
{
Expand Down

0 comments on commit 4301c19

Please sign in to comment.