[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.60 and 1.61

version 1.60, 2010/04/25 13:59:53 version 1.61, 2010/07/19 19:30:37
Line 462 
Line 462 
 {  {
         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.60  
changed lines
  Added in v.1.61