summaryrefslogtreecommitdiff
path: root/ext/-test-/RUBY_ALIGNOF/c.c
AgeCommit message (Collapse)Author
2020-12-05Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada
2020-09-25ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler卜部昌平
C++ compilers are optional. Skip C++ tests when they are absent. Notes: Merged: https://github.com/ruby/ruby/pull/3570
2020-09-25ext/-test-/RUBY_ALIGNOF: add minimalistic test卜部昌平
Check if RUBY_ALIGNOF(double) is the alignment to store a double inside of a struct. Notes: Merged: https://github.com/ruby/ruby/pull/3570