mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/ossl_x509name.c: id_aref's type is ID.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3dbb97708b
commit
90d74620c2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Mar 24 11:36:55 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/openssl/ossl_x509name.c: id_aref's type is ID.
|
||||
|
||||
Thu Mar 24 10:04:35 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/io/console/console.c (console_set_winsize):
|
||||
|
|
|
@ -87,7 +87,7 @@ ossl_x509name_alloc(VALUE klass)
|
|||
return obj;
|
||||
}
|
||||
|
||||
static int id_aref;
|
||||
static ID id_aref;
|
||||
static VALUE ossl_x509name_add_entry(int, VALUE*, VALUE);
|
||||
#define rb_aref(obj, key) rb_funcall((obj), id_aref, 1, (key))
|
||||
|
||||
|
|
Loading…
Reference in a new issue