Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
ruby_assert.h
Go to the documentation of this file.
1
#include "
ruby/assert.h
"
2
3
#if !defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L)
4
/* C89 compilers are required to support strings of only 509 chars. */
5
/* can't use RUBY_ASSERT for such compilers. */
6
#include <
assert.h
>
7
#else
8
#undef assert
9
#define assert RUBY_ASSERT
10
#endif
11
12
#ifdef NDEBUG
13
#undef RUBY_NDEBUG
14
#define RUBY_NDEBUG 1
15
#endif
assert.h
Generated by
1.8.17