mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vsnprintf.c (BSD_vfprintf): suppress warning: "_WIN32" is not defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cd3f980ea2
commit
7d0e6734df
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Dec 18 21:52:37 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* vsnprintf.c (BSD_vfprintf): suppress warning: "_WIN32" is not
|
||||||
|
defined.
|
||||||
|
|
||||||
Sat Dec 18 16:02:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sat Dec 18 16:02:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* compile.c (setup_args), vm.c (invoke_block_from_c),
|
* compile.c (setup_args), vm.c (invoke_block_from_c),
|
||||||
|
|
|
@ -758,7 +758,7 @@ reswitch: switch (ch) {
|
||||||
flags |= QUADINT;
|
flags |= QUADINT;
|
||||||
goto rflag;
|
goto rflag;
|
||||||
#endif /* _HAVE_SANE_QUAD_ */
|
#endif /* _HAVE_SANE_QUAD_ */
|
||||||
#if _WIN32
|
#ifdef _WIN32
|
||||||
case 'I':
|
case 'I':
|
||||||
if (*fmt == '3' && *(fmt + 1) == '2') {
|
if (*fmt == '3' && *(fmt + 1) == '2') {
|
||||||
fmt += 2;
|
fmt += 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue