[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.64 and 1.65

version 1.64, 2012/08/20 09:51:05 version 1.65, 2012/09/01 16:44:25
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.64  
changed lines
  Added in v.1.65