[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.27 and 1.28

version 1.27, 2012/10/02 10:29:30 version 1.28, 2012/12/07 07:15:31
Line 124 
Line 124 
  * Misc   * Misc
  */   */
   
 /* string = Dir_MakeFlags(flag, path);  
  *      Given a search path and a command flag, create a string with each  
  *      of the directories in the path preceded by the command flag and all  
  *      of them separated by spaces.  
  */  
 extern char *Dir_MakeFlags(const char *, Lst);  
   
   
 /* 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.27  
changed lines
  Added in v.1.28