From: dyoung AT vviuh221 DOT vvi DOT 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 DOT RAA27963 AT aleph DOT ssd DOT hal DOT com> Reply-To: dyoung AT vviuh221 DOT vvi DOT com Mime-Version: 1.0 (NeXT Mail 4.2mach v148) Content-Type: text/plain To: "J. J. Farrell" Cc: mcr AT solidum DOT com (Michael Richardson), gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".