зеркало из https://github.com/github/ruby.git
respect RUBY_DEBUG too
This commit is contained in:
Родитель
76bad330aa
Коммит
8ac1c6eb48
|
@ -20,7 +20,7 @@
|
|||
#ifndef ENC_DEBUG
|
||||
#define ENC_DEBUG 0
|
||||
#endif
|
||||
#define ENC_ASSERT (!ENC_DEBUG)?(void)0:assert
|
||||
#define ENC_ASSERT(expr) RUBY_ASSERT_WHEN(ENC_DEBUG, expr)
|
||||
#define MUST_STRING(str) (ENC_ASSERT(RB_TYPE_P(str, T_STRING)), str)
|
||||
|
||||
#undef rb_ascii8bit_encindex
|
||||
|
|
Загрузка…
Ссылка в новой задаче