[BACK]Return to str.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/str.c between version 1.24 and 1.25

version 1.24, 2007/09/17 09:28:36 version 1.25, 2007/09/17 09:44:20
Line 367 
Line 367 
  *-----------------------------------------------------------------------   *-----------------------------------------------------------------------
  */   */
 const char *  const char *
 Str_SYSVMatch(const char *word, const char *pattern, size_t *len)  Str_SYSVMatch(const char *word, const char *pattern, size_t *len)
 {  {
         const char *p = pattern;          const char *p = pattern;
         const char *w = word;          const char *w = word;

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