summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-04-12 15:32:02 -0600
committerKarl Williamson <khw@cpan.org>2022-10-02 11:03:46 -0600
commit3ce78f6a6b653a68d066f015ce7098d8ddf9ae21 (patch)
tree3f608d071afbc8cc57b9b909b8815a59aaf90777 /intrpvar.h
parent1d8bb509e354a91cb76651ce21f609a94b17123d (diff)
downloadperl-3ce78f6a6b653a68d066f015ce7098d8ddf9ae21.tar.gz
intrpvar.h: White space only
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index cf35cedf99..bec4bc73e8 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -384,6 +384,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)
@@ -392,7 +393,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 */