Replies: 3 comments
-
Grokking those macros in libdispatch is quite the rabbit hole 🫠 Do you by any chance have |
Beta Was this translation helpful? Give feedback.
-
Yeah, I worked around it by disabling the include and ignoring that functionality, which is fine for my use case. Setting macro mode to [codegen.macro]
macro_mode = "disable" |
Beta Was this translation helpful? Give feedback.
-
According to that macro should be as simple as typedef struct dispatch_data_s * dispatch_data_t; But the warning from the
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to wrap some macOS C header, which has the following:
That header apparently has issues with Clang.jl, leading to:
data.h:44
:With the relevant macros for that:
Is this a known issue, or should I try to reduce the source code involved?
Beta Was this translation helpful? Give feedback.
All reactions