Ruby  3.1.4p223 (2023-03-30 revision HEAD)
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
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 */
Defines RBIMPL_HAS_ATTRIBUTE.