Ruby
3.4.0dev (2024-11-22 revision 37a72b0150ec36b4ea27175039afc28c62207b0c)
include
ruby
internal
attr
artificial.h
Go to the documentation of this file.
1
#ifndef RBIMPL_ATTR_ARTIFICIAL_H
/*-*-C++-*-vi:se ft=cpp:*/
2
#define RBIMPL_ATTR_ARTIFICIAL_H
37
#include "
ruby/internal/has/attribute.h
"
38
40
#if RBIMPL_HAS_ATTRIBUTE(artificial)
41
# define RBIMPL_ATTR_ARTIFICIAL() __attribute__((__artificial__))
42
#else
43
# define RBIMPL_ATTR_ARTIFICIAL()
/* void */
44
#endif
45
46
#endif
/* RBIMPL_ATTR_ARTIFICIAL_H */
attribute.h
Defines RBIMPL_HAS_ATTRIBUTE.
Generated by
1.9.1