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

Diff for /src/usr.bin/make/targ.h between version 1.13 and 1.14

version 1.13, 2013/04/23 14:32:53 version 1.14, 2020/01/13 13:50:41
Line 46 
Line 46 
   
   
   
 /* set of helpers for constant nodes */  /* helper for constant nodes */
 extern GNode *Targ_FindNodeih(const char *, const char *, uint32_t, int);  extern GNode *Targ_mk_special_node(const char *, size_t, uint32_t,
       unsigned int, unsigned char, unsigned int);
   
 __only_inline GNode *  
 Targ_FindNodeh(const char *, size_t, uint32_t, int);  
   
 __only_inline GNode *  
 Targ_FindNodeh(const char *name, size_t n, uint32_t hv, int flags)  
 {  
         return Targ_FindNodeih(name, name + n - 1, hv, flags);  
 }  
 extern void Targ_FindList(Lst, Lst);  extern void Targ_FindList(Lst, Lst);
 extern bool Targ_Ignore(GNode *);  extern bool Targ_Ignore(GNode *);
 extern bool Targ_Silent(GNode *);  extern bool Targ_Silent(GNode *);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14