Skip to content

Commit

Permalink
intrpvar.h: White space only
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Apr 29, 2021
1 parent c20ab0e commit 83b1a30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions intrpvar.h
Expand Up @@ -364,6 +364,7 @@ thread's copy.
PERLVAR(I, exit_flags, U8) /* was exit() unexpected, etc. */

PERLVAR(I, utf8locale, bool) /* utf8 locale detected */

PERLVAR(I, in_utf8_CTYPE_locale, bool)
PERLVAR(I, in_utf8_COLLATE_locale, bool)
PERLVAR(I, in_utf8_turkic_locale, bool)
Expand All @@ -372,7 +373,7 @@ PERLVARI(I, locale_mutex_depth, int, 0) /* Emulate general semaphore */
#endif

#ifdef USE_LOCALE_CTYPE
PERLVAR(I, warn_locale, SV *)
PERLVAR(I, warn_locale, SV *)
#endif

PERLVARA(I, colors,6, char *) /* values from PERL_RE_COLORS env var */
Expand Down Expand Up @@ -805,9 +806,7 @@ PERLVAR(I, srand_called, bool)
PERLVARI(I, numeric_underlying, bool, TRUE)
/* Assume underlying locale numerics */
PERLVARI(I, numeric_underlying_is_standard, bool, TRUE)

PERLVARI(I, numeric_standard, int, TRUE)
/* Assume C locale numerics */
PERLVARI(I, numeric_standard, int, TRUE) /* Assume C locale numerics */
/* Name of current numeric locale */
PERLVARI(I, numeric_name, const char *, NULL)

Expand Down

0 comments on commit 83b1a30

Please sign in to comment.