Skip to content

Commit

Permalink
Revert "Make LC_MONETARY and LC_NUMERIC indexes adjacent"
Browse files Browse the repository at this point in the history
This reverts commit 95f8de46723fbcdda0061e705e0c23ab940e4f24.
  • Loading branch information
khwilliamson committed Nov 20, 2023
1 parent 0e9c102 commit 80d7932
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions locale_table.h
Expand Up @@ -52,18 +52,6 @@
# define USE_LOCALE_NUMERIC
# endif
#endif
#ifdef LC_MONETARY

PERL_LOCALE_TABLE_ENTRY(MONETARY, NULL)

# ifdef NO_LOCALE_MONETARY
# define HAS_IGNORED_LOCALE_CATEGORIES_
# define LC_MONETARY_AVAIL_ false
# else
# define LC_MONETARY_AVAIL_ true
# define USE_LOCALE_MONETARY
# endif
#endif
#ifdef LC_COLLATE

/* Perl outsources all its collation efforts to the libc strxfrm(), so
Expand Down Expand Up @@ -107,6 +95,18 @@
# define USE_LOCALE_MESSAGES
# endif
#endif
#ifdef LC_MONETARY

PERL_LOCALE_TABLE_ENTRY(MONETARY, NULL)

# ifdef NO_LOCALE_MONETARY
# define HAS_IGNORED_LOCALE_CATEGORIES_
# define LC_MONETARY_AVAIL_ false
# else
# define LC_MONETARY_AVAIL_ true
# define USE_LOCALE_MONETARY
# endif
#endif
#ifdef LC_ADDRESS

PERL_LOCALE_TABLE_ENTRY(ADDRESS, NULL)
Expand Down

0 comments on commit 80d7932

Please sign in to comment.