diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-02-06 20:50:06 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-02-08 12:34:13 +0900 |
commit | 899ea35035c5bfb78fcdbc9fbfaafba24aee49c1 (patch) | |
tree | b573908f3ef532fe17ef57f69a69acc1788783d5 /ext/-test-/dln | |
parent | 1e711439762f47be1d1770b058a2f0246f64eab9 (diff) | |
download | ruby-899ea35035c5bfb78fcdbc9fbfaafba24aee49c1.tar.gz |
Extract include/ruby/internal/attr/packed_struct.h
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
Diffstat (limited to 'ext/-test-/dln')
-rw-r--r-- | ext/-test-/dln/empty/depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/dln/empty/depend b/ext/-test-/dln/empty/depend index e16082a7dc..3052782569 100644 --- a/ext/-test-/dln/empty/depend +++ b/ext/-test-/dln/empty/depend @@ -52,6 +52,7 @@ empty.o: $(hdrdir)/ruby/internal/attr/noexcept.h empty.o: $(hdrdir)/ruby/internal/attr/noinline.h empty.o: $(hdrdir)/ruby/internal/attr/nonnull.h empty.o: $(hdrdir)/ruby/internal/attr/noreturn.h +empty.o: $(hdrdir)/ruby/internal/attr/packed_struct.h empty.o: $(hdrdir)/ruby/internal/attr/pure.h empty.o: $(hdrdir)/ruby/internal/attr/restrict.h empty.o: $(hdrdir)/ruby/internal/attr/returns_nonnull.h |