hb                 48 tools/makeexport.c     hash_val *hb = (hash_val*)b;
hb                 49 tools/makeexport.c     if (ha->hash < hb->hash) return -1;
hb                 50 tools/makeexport.c     else if (ha->hash > hb->hash) return 1;