1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

update from main archive 960814

This commit is contained in:
Ulrich Drepper
1996-08-15 01:23:29 +00:00
parent 046e3001f9
commit 706074a5bb
30 changed files with 2083 additions and 263 deletions

View File

@ -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)
{