# after it has prompted the user for whether to use long doubles.
case "$uselongdouble" in
$define|true|[yY]*)
- case "$cc" in
- *gcc*) ;;
- *) ccflags="$ccflags -qlongdouble" ;;
- esac
- # The explicit cc128, xlc128, xlC128 are not needed,
- # the -qlongdouble should do the trick. --jhi
- d_Gconvert='sprintf((b),"%.*llg",(n),(x))'
+ # -qlongdouble for cc taken out on 20010522 cause it
+ # causes more trouble than it does any good --hmb
+ d_Gconvert='sprintf((b),"%.*llg",((int)(n)),(x))'
;;
esac
EOCBU