Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
ruby_assert.h
Go to the documentation of this file.
1#ifndef RUBY_TOPLEVEL_ASSERT_H /*-*-C-*-vi:se ft=c:*/
2#define RUBY_TOPLEVEL_ASSERT_H
11#include "ruby/assert.h"
12#undef assert
13#define assert RUBY_ASSERT_NDEBUG
14
15#endif /* RUBY_TOPLEVEL_ASSERT_H */