[前][次][番号順一覧][スレッド一覧]

ruby-changes:19125

From: naruse <ko1@a...>
Date: Thu, 24 Mar 2011 13:49:22 +0900 (JST)
Subject: [ruby-changes:19125] Ruby:r31164 (trunk): * ext/openssl/ossl_x509name.c: id_aref's type is ID.

naruse	2011-03-24 13:49:16 +0900 (Thu, 24 Mar 2011)

  New Revision: 31164

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31164

  Log:
    * ext/openssl/ossl_x509name.c: id_aref's type is ID.

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/ossl_x509name.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31163)
+++ ChangeLog	(revision 31164)
@@ -1,3 +1,7 @@
+Thu Mar 24 11:36:55 2011  NARUSE, Yui  <naruse@r...>
+
+	* ext/openssl/ossl_x509name.c: id_aref's type is ID.
+
 Thu Mar 24 10:04:35 2011  NARUSE, Yui  <naruse@r...>
 
 	* ext/io/console/console.c (console_set_winsize):
Index: ext/openssl/ossl_x509name.c
===================================================================
--- ext/openssl/ossl_x509name.c	(revision 31163)
+++ ext/openssl/ossl_x509name.c	(revision 31164)
@@ -87,7 +87,7 @@
     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))
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]