[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.79 and 1.80

version 1.79, 2007/07/30 10:03:11 version 1.80, 2007/08/05 11:00:58
Line 592 
Line 592 
                 Dir_Expand(line, &emptyPath, &curTargs);                  Dir_Expand(line, &emptyPath, &curTargs);
                 Lst_Destroy(&emptyPath, Dir_Destroy);                  Lst_Destroy(&emptyPath, Dir_Destroy);
                 while ((targName = (char *)Lst_DeQueue(&curTargs)) != NULL) {                  while ((targName = (char *)Lst_DeQueue(&curTargs)) != NULL) {
                         add_target_node(line);                          add_target_node(targName);
                 }                  }
                 Lst_Destroy(&curTargs, NOFREE);                  Lst_Destroy(&curTargs, NOFREE);
         } else {          } else {

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80