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