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

Diff for /src/usr.bin/make/arch.c between version 1.82 and 1.83

version 1.82, 2013/11/22 15:47:35 version 1.83, 2014/05/12 19:11:19
Line 141 
Line 141 
   
 static struct ohash_info members_info = {  static struct ohash_info members_info = {
         offsetof(struct arch_member, name), NULL,          offsetof(struct arch_member, name), NULL,
         hash_alloc, hash_free, element_alloc          hash_calloc, hash_free, element_alloc
 };  };
   
 static struct ohash_info arch_info = {  static struct ohash_info arch_info = {
         offsetof(Arch, name), NULL, hash_alloc, hash_free, element_alloc          offsetof(Arch, name), NULL, hash_calloc, hash_free, element_alloc
 };  };
   
   

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83