aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 089fc74deb8..d916a695155 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -4552,15 +4552,9 @@ does the same thing as `current-time'. */)
4552# include <wctype.h> 4552# include <wctype.h>
4553 4553
4554# include <locale.h> 4554# include <locale.h>
4555# ifndef LC_COLLATE
4556# define LC_COLLATE 0
4557# endif
4558# ifndef LC_COLLATE_MASK 4555# ifndef LC_COLLATE_MASK
4559# define LC_COLLATE_MASK 0 4556# define LC_COLLATE_MASK 0
4560# endif 4557# endif
4561# ifndef LC_CTYPE
4562# define LC_CTYPE 0
4563# endif
4564# ifndef LC_CTYPE_MASK 4558# ifndef LC_CTYPE_MASK
4565# define LC_CTYPE_MASK 0 4559# define LC_CTYPE_MASK 0
4566# endif 4560# endif