Date: Sun, 26 May 1996 23:27:21 -0700 (PDT) From: "Marc G. Fournier" <scrappy> To: scott@statsci.com, scrappy, freebsd-bugs Subject: Re: bin/779 Message-ID: <199605270627.XAA05134@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: #include <ctype.h> gets undefined 'rune_t' type. State-Changed-From-To: open-closed State-Changed-By: scrappy State-Changed-When: Sun May 26 23:26:00 PDT 1996 State-Changed-Why: Fixed by Bruce: revision 1.8 date: 1996/05/01 00:39:55; author: bde; state: Exp; lines: +14 -14 Fixed longstanding namespace convolution involving rune_t vs wchar_t. If _ANSI_SOURCE or _POSIX_SOURCE is defined, then <ctype.h> had to be included before <stddef.h> or <stdlib.h> to get rune_t declared. Now rune_t is declared perfectly bogusly in all cases when <ctype.h> is included.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605270627.XAA05134>