From 706074a5bb120f78f4fd8bc40c6814f14e17e530 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 15 Aug 1996 01:23:29 +0000 Subject: update from main archive 960814 --- stdlib/strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/strtod.c') 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 . */ const char *grouping; - assert (sizeof (wchar_t) <= sizeof (wint_t)); + assert (sizeof (wchar_t) == sizeof (wint_t)); if (group) { -- cgit v1.2.3