1#ifndef RBIMPL_STDBOOL_H
2#define RBIMPL_STDBOOL_H
23#include "ruby/internal/config.h"
25#if defined(__bool_true_false_are_defined)
28#elif defined(__cplusplus)
30# ifndef __bool_true_false_are_defined
31# define __bool_true_false_are_defined
C99 shim for <stdbool.h>.