diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 18:56:31 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 18:56:31 +0000 |
| commit | eb3a59d86e7a1ceb241a6f1d7b0240e28350d06c (patch) | |
| tree | c7accf698d1b1fe56c28bdc4f13319f9f11a0050 /sprintf.c | |
| parent | 9800d9d0d4c593dde755be03dfbb1c2a1cb0f5fa (diff) | |
| download | ruby-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
