Ruby
3.4.0dev (2024-12-06 revision 892c46283a5ea4179500d951c9d4866c0051f27b)
include
ruby
internal
constant_p.h
Go to the documentation of this file.
1
#ifndef RBIMPL_CONSTANT_P_H
/*-*-C++-*-vi:se ft=cpp:*/
2
#define RBIMPL_CONSTANT_P_H
29
#include "
ruby/internal/has/builtin.h
"
30
32
#if RBIMPL_HAS_BUILTIN(__builtin_constant_p)
33
# define RBIMPL_CONSTANT_P(expr) __builtin_constant_p(expr)
34
#else
35
# define RBIMPL_CONSTANT_P(expr) 0
36
#endif
37
38
#endif
/* RBIMPL_CONSTANT_P_H */
builtin.h
Defines RBIMPL_HAS_BUILTIN.
Generated by
1.9.1