mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sprintf.c: Removed conflicting definition
This commit is contained in:
parent
ee7c260b60
commit
36d1bb720c
1 changed files with 0 additions and 4 deletions
|
@ -994,10 +994,6 @@ fmt_setup(char *buf, size_t size, int c, int flags, int width, int prec)
|
|||
#endif
|
||||
#define lower_hexdigits (ruby_hexdigits+0)
|
||||
#define upper_hexdigits (ruby_hexdigits+16)
|
||||
#if defined RUBY_USE_SETJMPEX && RUBY_USE_SETJMPEX
|
||||
# undef MAYBE_UNUSED
|
||||
# define MAYBE_UNUSED(x) x = 0
|
||||
#endif
|
||||
#include "vsnprintf.c"
|
||||
|
||||
static char *
|
||||
|
|
Loading…
Reference in a new issue