Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
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.