X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fhashfunc.h;h=d79e44ecfdaf695439a026496287ccab2e9ef76b;hb=b0cbde12a98264c2629b52f618678e7f1eacf097;hp=1767d81bb5fd9eb7cd4903eb0156b1f218a861a9;hpb=7437b0022ae4363dc17142a3af29853ce8245a25;p=libucw.git diff --git a/lib/hashfunc.h b/lib/hashfunc.h index 1767d81b..d79e44ec 100644 --- a/lib/hashfunc.h +++ b/lib/hashfunc.h @@ -30,7 +30,6 @@ uns hash_block(const byte *str, uns len) CONST; uns hash_string_nocase(const byte *str) CONST; -static inline uns hash_int(uns x) CONST; -static inline uns hash_int(uns x) { return 6442450967*x; } +static inline uns CONST hash_int(uns x) { return 6442450967*x; } #endif