summaryrefslogtreecommitdiff
path: root/sprintf.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-24 18:56:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-24 18:56:31 +0000
commitd8267b72b5309117a71164aca2e6bf61330fd4b1 (patch)
treec7accf698d1b1fe56c28bdc4f13319f9f11a0050 /sprintf.c
parenta26b7a0c82ecc73137673370baa2b882e4663c76 (diff)
* util.c (freedtoa): made static to get rid of name clash. a patch by
Tadashi Saito <shiba AT mail2.accsnet.ne.jp> at [ruby-dev:36913] * util.c (ruby_dtoa): added prefix, ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sprintf.c b/sprintf.c
index 34152b1704..23671e6b93 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -1083,7 +1083,7 @@ fmt_setup(char *buf, int c, int flags, int width, int prec)
#undef vsnprintf
#undef snprintf
#define FLOATING_POINT 1
-#define BSD__dtoa dtoa
+#define BSD__dtoa ruby_dtoa
#include "missing/vsnprintf.c"
static int