diff options
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/backward/2/stdalign.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/backward/2/stdalign.h b/include/ruby/backward/2/stdalign.h index 639be1566f..8b491bf564 100644 --- a/include/ruby/backward/2/stdalign.h +++ b/include/ruby/backward/2/stdalign.h @@ -24,7 +24,7 @@ #undef RUBY_ALIGNAS #undef RUBY_ALIGNOF -#define RUBY_ALIGNAS RBIMPL_ALIGNAS -#define RUBY_ALIGNOF RBIMPL_ALIGNOF +#define RUBY_ALIGNAS RBIMPL_ALIGNAS /**< @copydoc RBIMPL_ALIGNAS */ +#define RUBY_ALIGNOF RBIMPL_ALIGNOF /**< @copydoc RBIMPL_ALIGNOF */ #endif /* RUBY_BACKWARD2_STDALIGN_H */ |
