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/3/core
卜部昌平 dd04b8034b RARRAY_EMBED_LEN/RSTRING_EMBED_LEN: add RUBY3_CAST
RUBY3_CAST is a macro to suppress g++/clang++ warnings about C-style
casts.  Though Ruby core don't have to bother C++ situations, extension
libraries can benefit from this.
2020-04-08 22:32:02 +09:00
..
rarray.h RARRAY_EMBED_LEN/RSTRING_EMBED_LEN: add RUBY3_CAST 2020-04-08 22:32:02 +09:00
rbasic.h
rbignum.h
rclass.h
rdata.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
rfile.h
rhash.h
rmatch.h
robject.h
rregexp.h
rstring.h RARRAY_EMBED_LEN/RSTRING_EMBED_LEN: add RUBY3_CAST 2020-04-08 22:32:02 +09:00
rstruct.h
rtypeddata.h