[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.74 and 1.75

version 1.74, 2013/05/30 08:58:38 version 1.75, 2014/05/12 19:11:19
Line 119 
Line 119 
   
 static struct ohash targets;    /* hash table of targets */  static struct ohash targets;    /* hash table of targets */
 struct ohash_info gnode_info = {  struct ohash_info gnode_info = {
         offsetof(GNode, name), NULL, hash_alloc, hash_free, element_alloc          offsetof(GNode, name), NULL, hash_calloc, hash_free, element_alloc
 };  };
   
 #define Targ_FindConstantNode(n, f) Targ_FindNodeh(n, sizeof(n), K_##n, f)  #define Targ_FindConstantNode(n, f) Targ_FindNodeh(n, sizeof(n), K_##n, f)

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75