diff options
Diffstat (limited to 'src/htshash.c')
-rw-r--r-- | src/htshash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/htshash.c b/src/htshash.c index 38a2d64..67d34d0 100644 --- a/src/htshash.c +++ b/src/htshash.c @@ -59,7 +59,6 @@ Please visit our Website: http://www.httrack.com // hash[no_enregistrement][pos]->hash est un index dans le tableau général liens // #define HTS_HASH_SIZE 8191 (premier si possible!) // type: numero enregistrement - 0 est case insensitive (sav) 1 (adr+fil) 2 (former_adr+former_fil) -#if HTS_HASH // recherche dans la table selon nom1,nom2 et le no d'enregistrement // retour: position ou -1 si non trouvé int hash_read(hash_struct* hash,char* nom1,char* nom2,int type,int normalized) { @@ -311,6 +310,5 @@ int* hash_calc_chaine(hash_struct* hash,int type,int pos) { #endif return &(hash->liens[pos]->hash_next[type]); } -#endif // FIN GESTION DES TABLES DE HACHAGE |