Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 4df9a1b commit 511b148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions perl.h
Expand Up @@ -1144,6 +1144,7 @@ violations are fatal.
#ifdef USE_LOCALE
# define HAS_SKIP_LOCALE_INIT /* Solely for XS code to test for this
#define */
#endif

/* XXX The Configure probe for categories must be updated when adding new
* categories here */
Expand All @@ -1168,6 +1169,7 @@ violations are fatal.
* HAS_IGNORED_LOCALE_CATEGORIES_ is defined */
typedef enum {

#ifdef USE_LOCALE
# ifdef LC_CTYPE

LC_CTYPE_INDEX_,
Expand Down Expand Up @@ -1311,6 +1313,7 @@ typedef enum {
# define USE_LOCALE_TOD
# endif
# endif
#endif

LC_ALL_INDEX_ /* Always defined, even if no LC_ALL on system */

Expand Down

0 comments on commit 511b148

Please sign in to comment.