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

Diff for /src/usr.bin/make/dir.h between version 1.20 and 1.21

version 1.20, 2007/09/16 12:30:35 version 1.21, 2007/09/16 14:29:33
Line 142 
Line 142 
 extern char *Dir_MakeFlags(const char *, Lst);  extern char *Dir_MakeFlags(const char *, Lst);
   
   
 #ifdef DEBUG_DIRECTORY_CACHE  
 /* Dir_PrintDirectories();  
  *      Print stats about the directory cache.  
  */  
 extern void Dir_PrintDirectories(void);  
 #endif  
   
 /* List of directories to search when looking for targets. */  /* List of directories to search when looking for targets. */
 extern Lst      defaultPath;  extern Lst      defaultPath;
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21