1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby/internal/core
卜部昌平 6649677eb9 ROBJECT_IV_INDEX_TBL: convert into an inline function
Former ROBJECT_IV_INDEX_TBL macro included RCLASS_IV_INDEX_TBL, which is
not disclosed to extension libraies.  The macro was kind of broken.  Why
not just deprecate it, and convert the internal use into an inline
function.
2020-08-19 14:30:57 +09:00
..
rarray.h RARRAY_AREF: convert into an inline function 2020-08-15 12:09:26 +09:00
rbasic.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
rbignum.h
rclass.h
rdata.h
rfile.h
rhash.h
rmatch.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
robject.h ROBJECT_IV_INDEX_TBL: convert into an inline function 2020-08-19 14:30:57 +09:00
rregexp.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
rstring.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
rstruct.h
rtypeddata.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00