|
Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
|
Defines RBIMPL_ATTR_DEPRECATED. More...
#include "ruby/internal/compiler_since.h"#include "ruby/internal/has/attribute.h"#include "ruby/internal/has/c_attribute.h"#include "ruby/internal/has/cpp_attribute.h"#include "ruby/internal/has/declspec_attribute.h"#include "ruby/internal/has/extension.h"Go to the source code of this file.
Macros | |
| #define | RBIMPL_ATTR_DEPRECATED(msg) |
| Wraps (or simulates) [[deprecated]] | |
| #define | RBIMPL_ATTR_DEPRECATED_EXT(msg) |
| This is when a function is used internally (for backwards compatibility etc.), but extension libraries must consider it deprecated. | |
Defines RBIMPL_ATTR_DEPRECATED.
Definition in file deprecated.h.
| #define RBIMPL_ATTR_DEPRECATED | ( | msg | ) |
| #define RBIMPL_ATTR_DEPRECATED_EXT | ( | msg | ) |
This is when a function is used internally (for backwards compatibility etc.), but extension libraries must consider it deprecated.
Definition at line 72 of file deprecated.h.