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

Diff for /src/usr.bin/make/dir.c between version 1.8 and 1.9

version 1.8, 1998/12/05 00:06:27 version 1.9, 1999/10/05 22:06:23
Line 250 
Line 250 
 void  void
 Dir_End()  Dir_End()
 {  {
   #ifdef CLEANUP
     dot->refCount -= 1;      dot->refCount -= 1;
     Dir_Destroy((ClientData) dot);      Dir_Destroy((ClientData) dot);
     Dir_ClearPath(dirSearchPath);      Dir_ClearPath(dirSearchPath);
Line 257 
Line 258 
     Dir_ClearPath(openDirectories);      Dir_ClearPath(openDirectories);
     Lst_Destroy(openDirectories, NOFREE);      Lst_Destroy(openDirectories, NOFREE);
     Hash_DeleteTable(&mtimes);      Hash_DeleteTable(&mtimes);
   #endif
 }  }
   
 /*-  /*-

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9