Ruby
4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
include
ruby
internal
has
feature.h
Go to the documentation of this file.
1
#ifndef RBIMPL_HAS_FEATURE_H
/*-*-C++-*-vi:se ft=cpp:*/
2
#define RBIMPL_HAS_FEATURE_H
23
25
#if defined(__has_feature)
26
# define RBIMPL_HAS_FEATURE(_) __has_feature(_)
27
#else
28
# define RBIMPL_HAS_FEATURE(_) 0
29
#endif
30
31
#endif
/* RBIMPL_HAS_FEATURE_H */
Generated by
1.18.0