This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: some unusual errors



>>>>> "Michael" == Michael Hirmke <mh@mike.franken.de> 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<xxx> 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<tm>
 Personal: <A HREF="http://www.sandelman.ottawa.on.ca/People/Michael_Richardson/Bio.html">mcr@sandelman.ottawa.on.ca</A>. PGP key available.
 Corporate: <A HREF="mailto:mcr@solidum.com">mcr@solidum.com</A>. 


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]