* sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating point

support.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-08-12 07:06:33 +00:00
parent e2159ba730
commit 076b6a226f
3 changed files with 12 additions and 6 deletions

View file

@ -1034,6 +1034,8 @@ fmt_setup(char *buf, int c, int flags, int width, int prec)
#endif
#undef vsnprintf
#undef snprintf
#define FLOATING_POINT 1
#define BSD__dtoa dtoa
#include "missing/vsnprintf.c"
static int