From 9a89e864ea8211561c119052b0fa051a348b0ac7 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Jul 2010 02:55:10 +0000 Subject: * 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 --- sprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sprintf.c') 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 -- cgit v1.2.3