Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
static_assert.h
1#ifndef INTERNAL_STATIC_ASSERT_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_STATIC_ASSERT_H
12#ifndef STATIC_ASSERT
13# define STATIC_ASSERT RBIMPL_STATIC_ASSERT
14#endif
15
16#endif /* INTERNAL_STATIC_ASSERT_H */
Defines RBIMPL_STATIC_ASSERT.