X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/37ec56537968ba667e4d5bee5d4e4d7cfd9cb17e..c8eac09e9fea8df05ac324368525b417998a60b3:/src/xbt/dict.c diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 1c926c4432..52e22b9aec 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -7,7 +7,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -//#define DJB2_HASH_FUNCTION +#define DJB2_HASH_FUNCTION //#define FNV_HASH_FUNCTION #include