]> www.ginac.de Git - cln.git/blobdiff - src/float/misc/cl_F_mostneg.cc
2006-04-25 Bruno Haible <bruno@clisp.org>
[cln.git] / src / float / misc / cl_F_mostneg.cc
index 1aa14b20b551aad903705056083f8fe91c314624..ca1d467114649bcb08c07fcd9132863fbb68a0a4 100644 (file)
@@ -43,7 +43,7 @@ inline const cl_LF most_negative_LF (uintC len)
 
 const cl_F most_negative_float (float_format_t f)
 {
-       floatformatcase((uintL)f
+       floatformatcase((uintC)f
        ,       return most_negative_SF;
        ,       return most_negative_FF;
        ,       return most_negative_DF;