Date: Thu, 13 May 1999 13:37:33 -0400 Message-Id: <199905131737.NAA09945@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <199905131705.NAA09403@delorie.com> (message from Robert Hoehne on Thu, 13 May 1999 17:57:02 +0200) Subject: Re: wctype.h and ctype.h References: <199905131705 DOT NAA09403 AT delorie DOT com> Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > or is it a bug in the DJGPP headers, that they cannot be included > together? (wctype.h includes inlines/ctype.ha and so the prototypes > in ctype.h are expanded first by cpp). It wrong for wctype.h to include inlines/ctype.ha. It should include inlines/wctype.ha if it has inline functions. The user should be able to include any headers in any order and expect them to work correctly.