* 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:
naruse 2011-03-24 04:49:16 +00:00
Родитель 3dbb97708b
Коммит 90d74620c2
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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))