[BACK]Return to test-ohash.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/test-ohash.c between version 1.1 and 1.2

version 1.1, 2012/06/09 11:00:13 version 1.2, 2012/06/09 11:02:55
Line 12  main(void)
Line 12  main(void)
         struct ohash h;          struct ohash h;
         struct ohash_info i;          struct ohash_info i;
         i.halloc = i.alloc = xalloc;          i.halloc = i.alloc = xalloc;
         i.free = free;          i.hfree = xfree;
         ohash_init(&h, 2, &i);          ohash_init(&h, 2, &i);
         ohash_delete(&h);          ohash_delete(&h);
         return 0;          return 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb