f6d47a
--- lp_solve_5.5/lpsolve55/ccc
f6d47a
+++ lp_solve_5.5/lpsolve55/ccc
f6d47a
@@ -18,7 +18,7 @@
f6d47a
 echo '#include <stdio.h>'>>/tmp/isnan.c
f6d47a
 echo '#include <stdlib.h>'>>/tmp/isnan.c
f6d47a
 echo '#include <math.h>'>>/tmp/isnan.c
f6d47a
-echo 'main(){isnan(0);}'>>/tmp/isnan.c
f6d47a
+echo 'main(){isnan(0.0);}'>>/tmp/isnan.c
f6d47a
 $c /tmp/isnan.c -o /tmp/isnan $math >/dev/null 2>&1
f6d47a
 if [ $? = 0 ]
f6d47a
 then NOISNAN=
f6d47a
--- lp_solve_5.5/lp_solve/ccc
f6d47a
+++ lp_solve_5.5/lp_solve/ccc
f6d47a
@@ -20,7 +20,7 @@
f6d47a
 echo '#include <stdio.h>'>>/tmp/isnan.c
f6d47a
 echo '#include <stdlib.h>'>>/tmp/isnan.c
f6d47a
 echo '#include <math.h>'>>/tmp/isnan.c
f6d47a
-echo 'main(){isnan(0);}'>>/tmp/isnan.c
f6d47a
+echo 'main(){isnan(0.0);}'>>/tmp/isnan.c
f6d47a
 $c /tmp/isnan.c -o /tmp/isnan $math >/dev/null 2>&1
f6d47a
 if [ $? = 0 ]
f6d47a
 then NOISNAN=