diff options
| author | gingerBill <bill@gingerbill.org> | 2025-01-28 10:31:46 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-01-28 10:31:46 +0000 |
| commit | 868ab277209908a3857c874014bced9e0fae6949 (patch) | |
| tree | 74508056e39c194490b293fab923afd1c6ab586f /src/entity.cpp | |
| parent | e7cf6c3275a4d49ac9439d4ef605802a73be7513 (diff) | |
Add `@(ignore_duplicates)` for `foreign import` declarations
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 802b381f9..d137a8674 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -274,6 +274,7 @@ struct Entity { Slice<String> paths; String name; i64 priority_index; + bool ignore_duplicates; String extra_linker_flags; } LibraryName; i32 Nil; |