[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.3 and 1.4

version 1.3, 2007/09/17 12:42:09 version 1.4, 2007/09/18 08:51:23
Line 64 
Line 64 
 {  {
         return Targ_FindNodeih(name, name + n - 1, hv, flags);          return Targ_FindNodeih(name, name + n - 1, hv, flags);
 }  }
 #define Targ_FindConstantNode(n, f) Targ_FindNodeh(n, sizeof(n), K_##n, f)  
   
 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.3  
changed lines
  Added in v.1.4