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

Diff for /src/usr.bin/make/parse.c between version 1.73 and 1.74

version 1.73, 2007/07/20 12:32:45 version 1.74, 2007/07/24 18:52:47
Line 609 
Line 609 
                  * so we can safely advance beyond it...There should be                   * so we can safely advance beyond it...There should be
                  * no errors in this, as they would have been discovered                   * no errors in this, as they would have been discovered
                  * in the initial Var_Subst and we wouldn't be here.  */                   * in the initial Var_Subst and we wouldn't be here.  */
                 cp += Var_ParseSkip(cp, NULL, NULL);                  Var_ParseSkip(&cp, NULL);
             else {              else {
                 /* We don't want to end a word on ':' or '!' if there is a                  /* We don't want to end a word on ':' or '!' if there is a
                  * better match later on in the string.  By "better" I mean                   * better match later on in the string.  By "better" I mean

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74