mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* 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:
parent
e2159ba730
commit
076b6a226f
3 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue