summaryrefslogtreecommitdiffstats
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
commiteb3a59d86e7a1ceb241a6f1d7b0240e28350d06c (patch)
treec7accf698d1b1fe56c28bdc4f13319f9f11a0050 /sprintf.c
parent9800d9d0d4c593dde755be03dfbb1c2a1cb0f5fa (diff)
downloadruby-eb3a59d86e7a1ceb241a6f1d7b0240e28350d06c.tar.gz
ruby-eb3a59d86e7a1ceb241a6f1d7b0240e28350d06c.tar.xz
ruby-eb3a59d86e7a1ceb241a6f1d7b0240e28350d06c.zip
* 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: http://svn.ruby-lang.org/repos/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 34152b170..23671e6b9 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