Date: Mon, 9 Feb 1998 16:47:39 +0200 (IST) From: Eli Zaretskii To: Vik Heyndrickx cc: djgpp-workers AT delorie DOT com, DJ Delorie Subject: Re: char != unsigned char... sometimes, sigh In-Reply-To: <34DF00A8.2BFC@rug.ac.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 9 Feb 1998, Vik Heyndrickx wrote: > If we could have two versions of the C library, one with no such > error/bug checking at all and one with a thorough checking against all > kind of idiocyncrasies. I suppose we could have the safer behavior in the functions, whereas the macros would be faster but less safe. People who want the safe version would then need to #undef isalpha etc. DJ, is there anything that prevents us from making the functions behave in a slightly different manner?