summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-03 01:21:20 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-03 01:21:20 +0000
commit354f154dcd817f0a04dc02d2f4167bec7555a525 (patch)
tree72d1524d4893aab0378901ffde25e1e07d448c5c /bcc32
parentcd0141cc2690a6953c4cda7b6d26f13ce286f3ae (diff)
downloadruby-354f154dcd817f0a04dc02d2f4167bec7555a525.tar.gz
ruby-354f154dcd817f0a04dc02d2f4167bec7555a525.tar.xz
ruby-354f154dcd817f0a04dc02d2f4167bec7555a525.zip
* configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,
HAVE_VSNPRINTF): use win32/win32.c's implementation instead of missing/vsnprintf.c's. * win32/win32.[ch] (rb_w32_snprintf, rb_w32_vsnprintf): reverted. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 23faea9a3..5b51846c7 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -252,6 +252,8 @@ $(CONFIG_H): $(MKFILES) $(srcdir)bcc32/Makefile.sub
\#define HAVE_STRTOD 1
\#define HAVE_STRTOL 1
\#define HAVE_STRTOUL 1
+\#define HAVE_SNPRINTF 1
+\#define HAVE_VSNPRINTF 1
\#define HAVE_ISNAN 1
\#define HAVE_FINITE 1
\#define HAVE_FMOD 1