Ruby
3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
include
ruby
internal
attr
flag_enum.h
Go to the documentation of this file.
1
#ifndef RBIMPL_ATTR_FLAG_ENUM_H
/*-*-C++-*-vi:se ft=cpp:*/
2
#define RBIMPL_ATTR_FLAG_ENUM_H
24
#include "
ruby/internal/has/attribute.h
"
25
27
#if RBIMPL_HAS_ATTRIBUTE(flag_enum)
28
# define RBIMPL_ATTR_FLAG_ENUM() __attribute__((__flag_enum__))
29
#else
30
# define RBIMPL_ATTR_FLAG_ENUM()
/* void */
31
#endif
32
33
#endif
/* RBIMPLATTR_FLAG_ENUM_H */
attribute.h
Defines RBIMPL_HAS_ATTRIBUTE.
Generated by
1.12.0