From: matz@... (Yukihiro Matsumoto) Date: 2002-02-02T10:25:54+09:00 Subject: Re: smallest non-zero number (and other limits) Hi, In message "Re: smallest non-zero number (and other limits)" on 02/02/02, Bil Kleb writes: |Done; attached is the proposed patch. | |Whad'da think? (a) is already checked by AC_HEADER_STDC in configure, so that you don't have to add AC_CHECK_HEADERS. You just have to use STDC_HEADERS instead of HAVE_FLOAT_H. (b) Ruby only has double precision float (Float class), why do we need these FLT_* constants? (c) I still think we should do something other than just ommiting on non ANSI platforms if we do check. Or just abandon non ANSI C platforms. matz.