Ruby 3.5.0dev (2025-10-31 revision 6707945f0c065d47a4a9e8fd1627345bfcb85c10)
ruby_assert.h (6707945f0c065d47a4a9e8fd1627345bfcb85c10)
1#ifndef RUBY_TOPLEVEL_ASSERT_H /*-*-C-*-vi:se ft=c:*/
2#define RUBY_TOPLEVEL_ASSERT_H
10#include "ruby/assert.h"
11#undef assert
12#define assert RUBY_ASSERT_NDEBUG
13
14#endif /* RUBY_TOPLEVEL_ASSERT_H */