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

Diff for /src/usr.bin/make/targequiv.c between version 1.4 and 1.5

version 1.4, 2013/04/23 14:32:53 version 1.5, 2014/05/12 19:11:19
Line 53 
Line 53 
 };  };
   
 static struct ohash_info equiv_info = {  static struct ohash_info equiv_info = {
         offsetof(struct equiv_list, name), NULL, hash_alloc, hash_free,          offsetof(struct equiv_list, name), NULL, hash_calloc, hash_free,
         element_alloc          element_alloc
 };  };
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5