Don’t define LC_COLLATE, LC_CTYPE
* src/sysdep.c (LC_COLLATE, LC_CTYPE): Remove unnecessary macro defns. They’re always available.
This commit is contained in:
parent
69374fbe82
commit
47ce6ed522
1 changed files with 0 additions and 6 deletions
|
|
@ -4552,15 +4552,9 @@ does the same thing as `current-time'. */)
|
|||
# include <wctype.h>
|
||||
|
||||
# include <locale.h>
|
||||
# ifndef LC_COLLATE
|
||||
# define LC_COLLATE 0
|
||||
# endif
|
||||
# ifndef LC_COLLATE_MASK
|
||||
# define LC_COLLATE_MASK 0
|
||||
# endif
|
||||
# ifndef LC_CTYPE
|
||||
# define LC_CTYPE 0
|
||||
# endif
|
||||
# ifndef LC_CTYPE_MASK
|
||||
# define LC_CTYPE_MASK 0
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue