mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
AK: Add missing swift/bridging empty defines for non-Swift compilers
This commit is contained in:
committed by
Andrew Kaster
parent
d5fb48a6f5
commit
32cf4d1e29
@@ -18,4 +18,11 @@
|
|||||||
# define SWIFT_CONFORMS_TO_PROTOCOL(protocol)
|
# define SWIFT_CONFORMS_TO_PROTOCOL(protocol)
|
||||||
# define SWIFT_COMPUTED_PROPERTY
|
# define SWIFT_COMPUTED_PROPERTY
|
||||||
# define SWIFT_MUTATING
|
# define SWIFT_MUTATING
|
||||||
|
# define SWIFT_UNCHECKED_SENDABLE
|
||||||
|
# define SWIFT_NONCOPYABLE
|
||||||
|
# define SWIFT_NONESCAPABLE
|
||||||
|
# define SWIFT_ESCAPABLE
|
||||||
|
# define SWIFT_ESCAPABLE_IF(...)
|
||||||
|
# define SWIFT_RETURNS_RETAINED
|
||||||
|
# define SWIFT_RETURNS_UNRETAINED
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user