16#if SIGNEDNESS_OF_TIME_T < 0
17# define TIMET_MAX SIGNED_INTEGER_MAX(time_t)
18# define TIMET_MIN SIGNED_INTEGER_MIN(time_t)
19#elif SIGNEDNESS_OF_TIME_T > 0
20# define TIMET_MAX UNSIGNED_INTEGER_MAX(time_t)
21# define TIMET_MIN ((time_t)0)
29RUBY_SYMBOL_EXPORT_BEGIN
Internal header for bitwise integer algorithms.
Thin wrapper to ruby/config.h.
void ruby_reset_leap_second_info(void)
struct timeval rb_time_timeval(VALUE)
void ruby_reset_timezone(void)