Ruby  3.4.0dev (2024-11-05 revision 348a53415339076afc4a02fcd09f3ae36e9c4c61)
stdalign.h
Go to the documentation of this file.
1 #ifndef RUBY_BACKWARD2_STDALIGN_H /*-*-C++-*-vi:se ft=cpp:*/
2 #define RUBY_BACKWARD2_STDALIGN_H
23 #include "ruby/internal/stdalign.h"
24 
25 #undef RUBY_ALIGNAS
26 #undef RUBY_ALIGNOF
27 #define RUBY_ALIGNAS RBIMPL_ALIGNAS
28 #define RUBY_ALIGNOF RBIMPL_ALIGNOF
30 #endif /* RUBY_BACKWARD2_STDALIGN_H */
Defines RBIMPL_ALIGNAS / RBIMPL_ALIGNOF.