1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

io/console: rb_sym2str

* ext/io/console/console.c (rb_sym2str): fallback definition for
  older ruby.  [ruby-core:74953] [Bug #12284]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-04-15 00:02:59 +00:00
parent cc91082af8
commit 9816f87815
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Fri Apr 15 09:02:58 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/io/console/console.c (rb_sym2str): fallback definition for
older ruby. [ruby-core:74953] [Bug #12284]
Thu Apr 14 21:46:36 2016 Tanaka Akira <akr@fsij.org>
* array.c (rb_ary_sum): Support the optional argument, init, and

View file

@ -103,6 +103,10 @@ rb_f_send(int argc, VALUE *argv, VALUE recv)
}
#endif
#ifndef HAVE_RB_SYM2STR
# define rb_sym2str(sym) rb_id2str(SYM2ID(sym))
#endif
typedef struct {
int vmin;
int vtime;

View file

@ -18,6 +18,7 @@ end
if ok
have_header("sys/ioctl.h") if hdr
have_func("rb_funcallv")
have_func("rb_sym2str")
# rb_check_hash_type: 1.9.3
# rb_io_get_write_io: 1.9.1
# rb_cloexec_open: 2.0.0