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

Diff for /src/usr.bin/make/compat.h between version 1.3 and 1.4

version 1.3, 2010/07/19 19:46:43 version 1.4, 2020/01/08 14:09:29
Line 35 
Line 35 
  *          - friendly variable substitution.   *          - friendly variable substitution.
  */   */
   
 /* Compat_Run(to_create);  /* out_of_date = Compat_Run(to_create);
  *      Run the actual make engine, to create targets that need to.  */   *      Run the actual make engine, to create targets that need to,
 extern void Compat_Run(Lst);   *      return true if any target is out of date. */
   extern bool Compat_Run(Lst);
   
 #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4