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
卜部昌平 ff30358d13 RARRAY_AREF: convert into an inline function
RARRAY_AREF has been a macro for reasons.  We might not be able to
change that for public APIs, but why not relax the situation internally
to make it an inline function.
2020-08-15 12:09:26 +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 Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +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