1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix comment abount IMEMO_FL_USHIFT

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tarui 2017-10-21 10:26:31 +00:00
parent 62c68b4c93
commit a2d6b37f0c

View file

@ -869,7 +869,7 @@ imemo_type_p(VALUE imemo, enum imemo_type imemo_type)
}
}
/* FL_USER0 to FL_USER2 is for type */
/* FL_USER0 to FL_USER3 is for type */
#define IMEMO_FL_USHIFT (FL_USHIFT + 4)
#define IMEMO_FL_USER0 FL_USER4
#define IMEMO_FL_USER1 FL_USER5