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
Nobuyoshi Nakada 76d9be9ce9
Get rid of -Wgnu-zero-variadic-macro-arguments errors
As zero variadic macro argument, `rb_scan_args(argc, argv, "")`
(or `"0"`), means 0-arity method and should be defined so, that
case doesn't need to consider.
2020-05-01 18:39:08 +09:00
..
arithmetic Fix typos [ci skip] 2020-04-21 12:38:36 +09:00
attr include what you use. 2020-04-13 16:06:00 +09:00
compiler_is add #include guard hack 2020-04-13 16:06:00 +09:00
core More enums are mandatory for rp in lldb_cruby.py 2020-04-25 17:52:27 +09:00
has fix compiler error on gcc 4.x 2020-04-16 17:19:37 +09:00
intern Remove deprecated rb_require_safe 2020-04-30 10:32:27 -07:00
anyargs.h include what you use. 2020-04-13 16:06:00 +09:00
arithmetic.h add #include guard hack 2020-04-13 16:06:00 +09:00
assume.h Fix typos [ci skip] 2020-04-21 12:38:36 +09:00
cast.h include what you use. 2020-04-13 16:06:00 +09:00
compiler_is.h add #include guard hack 2020-04-13 16:06:00 +09:00
compiler_since.h add #include guard hack 2020-04-13 16:06:00 +09:00
config.h include what you use. 2020-04-13 16:06:00 +09:00
constant_p.h add #include guard hack 2020-04-13 16:06:00 +09:00
core.h add #include guard hack 2020-04-13 16:06:00 +09:00
ctype.h add #include guard hack 2020-04-13 16:06:00 +09:00
dllexport.h add #include guard hack 2020-04-13 16:06:00 +09:00
dosish.h add #include guard hack 2020-04-13 16:06:00 +09:00
error.h add #include guard hack 2020-04-13 16:06:00 +09:00
eval.h add #include guard hack 2020-04-13 16:06:00 +09:00
event.h add #include guard hack 2020-04-13 16:06:00 +09:00
fl_type.h RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.py 2020-04-18 17:07:56 +09:00
gc.h add #include guard hack 2020-04-13 16:06:00 +09:00
glob.h add #include guard hack 2020-04-13 16:06:00 +09:00
globals.h add #include guard hack 2020-04-13 16:06:00 +09:00
interpreter.h add #include guard hack 2020-04-13 16:06:00 +09:00
iterator.h add #include guard hack 2020-04-13 16:06:00 +09:00
memory.h add #include guard hack 2020-04-13 16:06:00 +09:00
method.h add #include guard hack 2020-04-13 16:06:00 +09:00
module.h add #include guard hack 2020-04-13 16:06:00 +09:00
newobj.h add #include guard hack 2020-04-13 16:06:00 +09:00
rgengc.h add #include guard hack 2020-04-13 16:06:00 +09:00
scan_args.h Get rid of -Wgnu-zero-variadic-macro-arguments errors 2020-05-01 18:39:08 +09:00
special_consts.h RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.py 2020-04-18 17:07:56 +09:00
static_assert.h include what you use. 2020-04-13 16:06:00 +09:00
stdalign.h include what you use. 2020-04-13 16:06:00 +09:00
stdbool.h add #include guard hack 2020-04-13 16:06:00 +09:00
symbol.h add #include guard hack 2020-04-13 16:06:00 +09:00
token_paste.h include what you use. 2020-04-13 16:06:00 +09:00
value.h add #include guard hack 2020-04-13 16:06:00 +09:00
value_type.h add #include guard hack 2020-04-13 16:06:00 +09:00
variable.h add #include guard hack 2020-04-13 16:06:00 +09:00
warning_push.h include what you use. 2020-04-13 16:06:00 +09:00
xmalloc.h add #include guard hack 2020-04-13 16:06:00 +09:00