From: dyoung@vviuh221.vvi.com (David Young)
Subject: Re: some unusual errors
21 Sep 1998 18:48:01 -0700
Message-ID: <9809211418.AA12875.cygnus.gnu-win32@vviuh221.vvi.com>
References: <199809210056.RAA27963@aleph.ssd.hal.com>
Reply-To: dyoung@vviuh221.vvi.com
Mime-Version: 1.0 (NeXT Mail 4.2mach v148)
Content-Type: text/plain
To: "J. J. Farrell" <jjf@hal.com>
Cc: mcr@solidum.com (Michael Richardson), gnu-win32@cygnus.com

> isspace() takes an int whose value must be in the range 0 to
> ...
> it should be casting the parameter to int so it will ...

ACK!

Doesn't the ANSI isspace() prototype definition take type char ?

Why be non-ANSI compliant?
Instead of changing the macro, why not change the function prototype itself.

Thanks A Bunch! David Young; VVI-DCS
http://www.vvi.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
