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
卜部昌平 504e632a15
sync NDEBUG, RUBY_DEBUG, and RUBY_NDEBUG (#3327)
- When NDEBUG is defined that shall be honoured.
- When RUBY_DEBUG is defined that shall be honoured.
- When both are defined and they conflict, warnings shall be rendered.
- When nothing is specified, nothing shall happen.
2020-08-07 14:01:13 +09:00
..
arithmetic Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
attr sync NDEBUG, RUBY_DEBUG, and RUBY_NDEBUG (#3327) 2020-08-07 14:01:13 +09:00
compiler_is
core Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
has
intern Move declarations to private internal/thread.h header. 2020-07-20 13:20:58 +12:00
anyargs.h
arithmetic.h
assume.h Revert "RBIMPL_UNREACHABLE_RETURN: evaluate the argument" 2020-06-29 12:33:17 +09:00
cast.h
compiler_is.h
compiler_since.h
config.h
constant_p.h
core.h
ctype.h
dllexport.h
dosish.h
error.h
eval.h
event.h
fl_type.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
gc.h
glob.h
globals.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
interpreter.h
iterator.h
memory.h Get rid of redefinition of memcpy on mingw 2020-05-26 16:58:40 +09:00
method.h
module.h
newobj.h
rgengc.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
scan_args.h Added UNREACHABLE_RETURN 2020-05-21 13:31:36 +09:00
special_consts.h
static_assert.h
stdalign.h
stdbool.h
symbol.h
token_paste.h
value.h
value_type.h Use RUBY_DEBUG instead of NDEBUG 2020-05-26 03:21:14 +09:00
variable.h
warning_push.h
xmalloc.h