mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* sprintf.c: replacing is no longer needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5985a2d6c8
commit
55832e1601
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Aug 4 00:24:59 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* sprintf.c: replacing is no longer needed.
|
||||
|
||||
Wed Aug 3 21:59:16 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on
|
||||
|
|
|
@ -849,8 +849,6 @@ fmt_setup(buf, c, flags, width, prec)
|
|||
#endif
|
||||
#undef vsnprintf
|
||||
#undef snprintf
|
||||
#define vsnprintf ruby_vsnprintf
|
||||
#define snprintf ruby_snprintf
|
||||
#include "missing/vsnprintf.c"
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue