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

Diff for /src/usr.bin/make/lowparse.c between version 1.16 and 1.17

version 1.16, 2001/11/11 12:35:02 version 1.17, 2002/12/29 17:29:35
Line 451 
Line 451 
 LowParse_End()  LowParse_End()
 {  {
     Lst_Destroy(&input_stack, NOFREE);  /* Should be empty now */      Lst_Destroy(&input_stack, NOFREE);  /* Should be empty now */
 #ifdef 0  #if 0
     Lst_Destroy(&fileNames, (SimpleProc)free);      Lst_Destroy(&fileNames, (SimpleProc)free);
 #endif  #endif
 }  }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17