diff --git a/include/util.h b/include/util.h index dcc022802..aeeb3a5c4 100644 --- a/include/util.h +++ b/include/util.h @@ -78,8 +78,8 @@ long PURE str_to_long(const char* str); /** FNSPEC clzl_spec: "\s. \ \ {\. s = \ \ x_' s \ 0 } - \ret__int :== PROC clzl(\x) - \ \ret__int = of_nat (word_clz (x_' s)) \" + \ret__long :== PROC clzl(\x) + \ \ret__long = of_nat (word_clz (x_' s)) \" */ static inline long CONST clzl(unsigned long x)