From 94a4bc0ef4165e42ec36c9562ce7a7bcf01ba1cf Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Dec 2012 07:38:11 +0000 Subject: id.h.tmpl: ID2ATTRSET * template/id.h.tmpl (ID2ATTRSET): compile time constant macro for ID_ATTRSET. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/id.h.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/id.h.tmpl') diff --git a/template/id.h.tmpl b/template/id.h.tmpl index 1573247c86..c993243424 100644 --- a/template/id.h.tmpl +++ b/template/id.h.tmpl @@ -39,6 +39,8 @@ types = ids.keys.grep(/^[A-Z]/) #define ID_JUNK 0x07 #define ID_INTERNAL ID_JUNK +#define ID2ATTRSET(id) (((id)&~ID_SCOPE_MASK)|ID_ATTRSET) + #define symIFUNC ID2SYM(idIFUNC) #define symCFUNC ID2SYM(idCFUNC) -- cgit v1.2.3