From d8267b72b5309117a71164aca2e6bf61330fd4b1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Oct 2008 18:56:31 +0000 Subject: * util.c (freedtoa): made static to get rid of name clash. a patch by Tadashi Saito 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 --- sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sprintf.c') 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 -- cgit v1.2.3