[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.57 and 1.58

version 1.57, 2000/09/14 13:46:45 version 1.58, 2000/11/24 14:27:20
Line 1867 
Line 1867 
 {  {
 #ifdef CLEANUP  #ifdef CLEANUP
     Lst_Destroy(&targCmds, (SimpleProc)free);      Lst_Destroy(&targCmds, (SimpleProc)free);
     Lst_Destroy(&fileNames, (void (*) __P((ClientData))) free);      Lst_Destroy(&fileNames, (SimpleProc)free);
     Lst_Delete(&targets, NOFREE);      Lst_Delete(&targets, NOFREE);
     Lst_Destroy(&sysIncPath, Dir_Destroy);      Lst_Destroy(&sysIncPath, Dir_Destroy);
     Lst_Destroy(&parseIncPath, Dir_Destroy);      Lst_Destroy(&parseIncPath, Dir_Destroy);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58