ruby-changes:39322
From: ko1 <ko1@a...>
Date: Mon, 27 Jul 2015 13:25:36 +0900 (JST)
Subject: [ruby-changes:39322] ko1:r51403 (trunk): * template/id.h.tmpl (ID2ATTRSET): remove an unused macro.
ko1 2015-07-27 13:25:11 +0900 (Mon, 27 Jul 2015) New Revision: 51403 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51403 Log: * template/id.h.tmpl (ID2ATTRSET): remove an unused macro. Modified files: trunk/ChangeLog trunk/template/id.h.tmpl Index: ChangeLog =================================================================== --- ChangeLog (revision 51402) +++ ChangeLog (revision 51403) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jul 27 13:24:11 2015 Koichi Sasada <ko1@a...> + + * template/id.h.tmpl (ID2ATTRSET): remove an unused macro. + Mon Jul 27 12:21:15 2015 NAKAMURA Usaku <usa@r...> * test/openssl/tset_ssl.rb: run tests on non-Unix platforms. Index: template/id.h.tmpl =================================================================== --- template/id.h.tmpl (revision 51402) +++ template/id.h.tmpl (revision 51403) @@ -54,8 +54,6 @@ enum ruby_id_types { https://github.com/ruby/ruby/blob/trunk/template/id.h.tmpl#L54 #define ID_JUNK RUBY_ID_JUNK #define ID_INTERNAL RUBY_ID_INTERNAL -#define ID2ATTRSET(id) (((id)&~ID_SCOPE_MASK)|ID_ATTRSET) - #define symIFUNC ID2SYM(idIFUNC) #define symCFUNC ID2SYM(idCFUNC) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/