diff options
Diffstat (limited to 'stdlib/strtod.c')
-rw-r--r-- | stdlib/strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtod.c b/stdlib/strtod.c index 8269010bc3..66d6726a30 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.c @@ -378,7 +378,7 @@ INTERNAL (STRTOF) (nptr, endptr, group) in the format described in <locale.h>. */ const char *grouping; - assert (sizeof (wchar_t) <= sizeof (wint_t)); + assert (sizeof (wchar_t) == sizeof (wint_t)); if (group) { |