[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.59 and 1.60

version 1.59, 2010/07/19 19:46:44 version 1.60, 2012/10/02 10:29:30
Line 369 
Line 369 
                 Fatal("Can't access current directory");                  Fatal("Can't access current directory");
 }  }
   
 #ifdef CLEANUP  
 void  
 Dir_End(void)  
 {  
         struct PathEntry *p;  
         unsigned int i;  
   
         dot->refCount--;  
         Dir_Destroy(dot);  
         Lst_Destroy(defaultPath, Dir_Destroy);  
         for (p = ohash_first(&knownDirectories, &i); p != NULL;  
             p = ohash_next(&knownDirectories, &i))  
                 Dir_Destroy(p);  
         ohash_delete(&knownDirectories);  
         free_hash(&mtimes);  
 }  
 #endif  
   
   
 /*-  /*-
  *-----------------------------------------------------------------------   *-----------------------------------------------------------------------
  * Dir_MatchFilesi --   * Dir_MatchFilesi --

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60