From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: gcc@gcc.gnu.org Subject: wint_t in stddef.h - why? Date: Thu, 02 Sep 1999 17:55:00 -0000 Message-id: <199909030055.RAA31370@zack.bitmover.com> X-SW-Source: 1999-09/msg00104.html Our stddef.h defines wint_t. This is wrong according to the C standard: stddef.h is supposed to provide only size_t, wchar_t, ptrdiff_t, NULL, and offsetof. Why do we have wint_t there? zw From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: gcc@gcc.gnu.org Subject: wint_t in stddef.h - why? Date: Thu, 30 Sep 1999 18:02:00 -0000 Message-ID: <199909030055.RAA31370@zack.bitmover.com> X-SW-Source: 1999-09n/msg00104.html Message-ID: <19990930180200.zly5UuAs9PWJkuY7nKuLT9WsHPtZ0vfFdaymhVAa4FY@z> Our stddef.h defines wint_t. This is wrong according to the C standard: stddef.h is supposed to provide only size_t, wchar_t, ptrdiff_t, NULL, and offsetof. Why do we have wint_t there? zw