/[make]/make/misc.c
ViewVC logotype

Diff of /make/misc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by bosk, Sun Feb 27 22:24:31 2005 UTC revision 1.64 by psmith, Mon Feb 28 07:48:23 2005 UTC
# Line 432  lindex (const char *s, const char *limit Line 432  lindex (const char *s, const char *limit
432  /* Return the address of the first whitespace or null in the string S.  */  /* Return the address of the first whitespace or null in the string S.  */
433    
434  char *  char *
435  end_of_token (char *s)  end_of_token (const char *s)
436  {  {
437    while (*s != '\0' && !isblank ((unsigned char)*s))    while (*s != '\0' && !isblank ((unsigned char)*s))
438      ++s;      ++s;
439    return s;    return (char *)s;
440  }  }
441    
442  #ifdef WINDOWS32  #ifdef WINDOWS32

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26