summaryrefslogtreecommitdiff
path: root/ext/coverage/depend
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-02-06 20:50:06 +0900
committerNobuyoshi Nakada <[email protected]>2023-02-08 12:34:13 +0900
commit899ea35035c5bfb78fcdbc9fbfaafba24aee49c1 (patch)
treeb573908f3ef532fe17ef57f69a69acc1788783d5 /ext/coverage/depend
parent1e711439762f47be1d1770b058a2f0246f64eab9 (diff)
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`
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7268
Diffstat (limited to 'ext/coverage/depend')
-rw-r--r--ext/coverage/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/coverage/depend b/ext/coverage/depend
index e7fab16484..66a3c96473 100644
--- a/ext/coverage/depend
+++ b/ext/coverage/depend
@@ -54,6 +54,7 @@ coverage.o: $(hdrdir)/ruby/internal/attr/noexcept.h
coverage.o: $(hdrdir)/ruby/internal/attr/noinline.h
coverage.o: $(hdrdir)/ruby/internal/attr/nonnull.h
coverage.o: $(hdrdir)/ruby/internal/attr/noreturn.h
+coverage.o: $(hdrdir)/ruby/internal/attr/packed_struct.h
coverage.o: $(hdrdir)/ruby/internal/attr/pure.h
coverage.o: $(hdrdir)/ruby/internal/attr/restrict.h
coverage.o: $(hdrdir)/ruby/internal/attr/returns_nonnull.h