X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e0601d3cce2506893b3816f3ef18eaeff16f5062..ccb58ea9c92c04da4d563dd590a79a336d9a6214:/locale.c diff --git a/locale.c b/locale.c index 81c09ab..c10228d 100644 --- a/locale.c +++ b/locale.c @@ -28,10 +28,6 @@ #define PERL_IN_LOCALE_C #include "perl.h" -#ifdef I_LOCALE -# include -#endif - #ifdef I_LANGINFO # include #endif @@ -635,8 +631,8 @@ Perl_mem_collxfrm(pTHX_ const char *s, STRLEN len, STRLEN *xlen) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */