Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
nonstring.h
Go to the documentation of this file.
1#ifndef RBIMPL_ATTR_NONSTRING_H /*-*-C++-*-vi:se ft=cpp:*/
2#define RBIMPL_ATTR_NONSTRING_H
24
26#if RBIMPL_HAS_ATTRIBUTE(nonstring)
27# define RBIMPL_ATTR_NONSTRING() __attribute__((nonstring))
28#else
29# define RBIMPL_ATTR_NONSTRING() /* void */
30#endif
31
32#endif /* RBIMPL_ATTR_NONSTRING_H */
Defines RBIMPL_HAS_ATTRIBUTE.