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

Diff for /src/usr.bin/make/targ.c between version 1.63 and 1.64

version 1.63, 2012/03/22 13:47:12 version 1.64, 2012/08/20 09:51:05
Line 461 
Line 461 
 {  {
         return &targets;          return &targets;
 }  }
   
 GNode *  
 Targ_FindNodeh(const char *name, size_t n, uint32_t hv, int flags)  
 {  
         return Targ_FindNodeih(name, name + n - 1, hv, flags);  
 }  

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64