/[pspp]/pspp/src/command.c
ViewVC logotype

Diff of /pspp/src/command.c

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

revision 1.25 by blp, Mon May 16 07:33:16 2005 UTC revision 1.26 by blp, Sun Jul 31 05:39:50 2005 UTC
# Line 305  static const char * Line 305  static const char *
305  find_word (const char *string, size_t *word_len)  find_word (const char *string, size_t *word_len)
306  {  {
307    /* Skip whitespace and asterisks. */    /* Skip whitespace and asterisks. */
308    while (isspace (*string))    while (isspace ((unsigned char) *string))
309      string++;      string++;
310    
311    /* End of string? */    /* End of string? */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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