Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions newlib/libc/locale/lctype.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@

#define LCCTYPE_SIZE (sizeof(struct lc_ctype_T) / sizeof(char *))

#ifdef __CYGWIN__
/* Cygwin uses __utf8_mbtowc() by default, therefore mb_cur_max := 6 */
static char numone[] = { '\x06', '\0'};
#else
static char numone[] = { '\1', '\0'};
#endif

const struct lc_ctype_T _C_ctype_locale = {
"ASCII", /* codeset */
Expand Down
Loading