зеркало из https://github.com/github/ruby.git
* template/id.h.tmpl (ID2ATTRSET): remove an unused macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7d8ac59131
Коммит
747b7b7316
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 27 13:24:11 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* template/id.h.tmpl (ID2ATTRSET): remove an unused macro.
|
||||
|
||||
Mon Jul 27 12:21:15 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/openssl/tset_ssl.rb: run tests on non-Unix platforms.
|
||||
|
|
|
@ -54,8 +54,6 @@ enum ruby_id_types {
|
|||
#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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче