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