Sha256: 631ee0bf49cde7a63a9ba0efff2babff6a2b01b958707f99412ad30b2ffabbab
Contents?: true
Size: 350 Bytes
Versions: 48
Compression:
Stored size: 350 Bytes
Contents
#include "ruby/assert.h" #if !defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L) /* C89 compilers are required to support strings of only 509 chars. */ /* can't use RUBY_ASSERT for such compilers. */ #include <assert.h> #else #undef assert #define assert RUBY_ASSERT #endif #ifdef NDEBUG #undef RUBY_NDEBUG #define RUBY_NDEBUG 1 #endif
Version data entries
48 entries across 32 versions & 3 rubygems