Skip to content
  • Koichi Sasada's avatar
    63160a84
    respect NDEBUG. · 63160a84
    Koichi Sasada authored
    ruby/ruby.h includes ruby/assert.h, and RUBY_NDEBUG is defined
    by checking NDEBUG. In other words, NDEBUG is only seen just
    after ruby/ruby.h. This patch also cheks NDEBUG just after
    including ruby_assert.h.
    
    Without this patch, assertions in array.c are always enabled.
    63160a84
    respect NDEBUG.
    Koichi Sasada authored
    ruby/ruby.h includes ruby/assert.h, and RUBY_NDEBUG is defined
    by checking NDEBUG. In other words, NDEBUG is only seen just
    after ruby/ruby.h. This patch also cheks NDEBUG just after
    including ruby_assert.h.
    
    Without this patch, assertions in array.c are always enabled.
Loading