aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-21 02:55:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-21 02:55:10 +0000
commit9a89e864ea8211561c119052b0fa051a348b0ac7 (patch)
tree5f26bb5750c44306900c8d4b1301bc8d333fd86b /sprintf.c
parent9d0d4d8a172a6ea61d184c473d645e1faadea804 (diff)
downloadruby-9a89e864ea8211561c119052b0fa051a348b0ac7.tar.gz
* util.c (ruby_hdtoa): renamed from BSD__hdtoa.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sprintf.c b/sprintf.c
index 8a4662bcfb..8a83cb3446 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -1115,6 +1115,7 @@ fmt_setup(char *buf, size_t size, int c, int flags, int width, int prec)
#endif
#define FLOATING_POINT 1
#define BSD__dtoa ruby_dtoa
+#define BSD__hdtoa ruby_hdtoa
#include "vsnprintf.c"
static int