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

Diff for /src/usr.bin/make/direxpand.c between version 1.1 and 1.2

version 1.1, 2007/09/16 10:14:26 version 1.2, 2007/09/16 12:19:15
Line 95 
Line 95 
         LstNode ln;             /* Current node */          LstNode ln;             /* Current node */
   
         for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln))          for (ln = Lst_First(path); ln != NULL; ln = Lst_Adv(ln))
                 Dir_MatchFilesi(word, eword, (struct Path_ *)Lst_Datum(ln), expansions);                  Dir_MatchFilesi(word, eword, (struct PathEntry *)Lst_Datum(ln), expansions);
 }  }
   
 /*-  /*-

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2