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

Diff for /src/usr.bin/make/suff.c between version 1.87 and 1.88

version 1.87, 2014/01/06 12:08:18 version 1.88, 2014/05/12 19:11:19
Line 133 
Line 133 
   
 static struct ohash_info suff_info = {  static struct ohash_info suff_info = {
         offsetof(struct Suff_, name), NULL,          offsetof(struct Suff_, name), NULL,
         hash_alloc, hash_free, element_alloc          hash_calloc, hash_free, element_alloc
 };  };
   
 /*  /*

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88