From: mcr AT solidum DOT com (Michael Richardson) Subject: Re: some unusual errors 22 Sep 1998 03:23:45 -0700 Message-ID: <199809211652.MAA13143.cygnus.gnu-win32@venus.solidum.com> References: <718$hZK$pfB AT mike DOT franken DOT de> To: mh AT mike DOT franken DOT de (Michael Hirmke) Cc: gnu-win32 AT cygnus DOT com >>>>> "Michael" == Michael Hirmke writes: Michael> Hi Michael, Michael> [...] >> strtod.c:1239: warning: subscript has type `char' >> >> This line of code is actually: >> >> for(s = s00; isspace(*s); s++) >> >> which confuses me. What, if not "char" should isspace() take??? Michael> As all is functions it takes an *int* or *unsigned char* ! Michael> int isalnum (int c); Michael> int isalpha (int c); Why would you say "unsigned char"?? It says "int" to me. So, a signed char should promote to int just fine. :!mcr!: | Solidum Systems Corporation, http://www.solidum.com Michael Richardson |For a better connected world,where data flows faster Personal: mcr AT sandelman DOT ottawa DOT on DOT ca. PGP key available. Corporate: mcr AT solidum DOT 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".