aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-01-28 10:31:46 +0000
committergingerBill <bill@gingerbill.org>2025-01-28 10:31:46 +0000
commit868ab277209908a3857c874014bced9e0fae6949 (patch)
tree74508056e39c194490b293fab923afd1c6ab586f /src/entity.cpp
parente7cf6c3275a4d49ac9439d4ef605802a73be7513 (diff)
Add `@(ignore_duplicates)` for `foreign import` declarations
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
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;