]> www.ginac.de Git - cln.git/blobdiff - include/cln/floatformat.h
Replace CL_REQUIRE/CL_PROVIDE(cl_FF_globals) with portable code.
[cln.git] / include / cln / floatformat.h
index 7a84c2eb075328237e2d1238aedbec142ba17ec4..35eb4d1017d87c29b4b65e758c51e20d61f1aac2 100644 (file)
@@ -13,7 +13,7 @@ enum float_format_t {
        float_format_ffloat = 24,
        float_format_dfloat = 53,
        float_format_lfloat_min = ((53+intDsize-1)/intDsize)*intDsize, // = round_up(53,intDsize)
-       float_format_lfloat_max = ~((sintE)(1) << intEsize-1) // force correct underlying type of float_format_t
+       float_format_lfloat_max = ~((sintE)(1) << (intEsize-1)) // force correct underlying type of float_format_t
 };
 
 }  // namespace cln