You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is important that we deal with macros that declares types, because we should (at least have the option to) reflect these types in the Haskell bindings. For example, given
#define __S16_TYPE short int
we should not replace __S16_TYPE with short int in the generated bindings, ideally.
This is also important in the generation of the prelude (this particular example comes from /usr/include/x86_64-linux-gnu/bits/types.h).
The text was updated successfully, but these errors were encountered:
It is important that we deal with macros that declares types, because we should (at least have the option to) reflect these types in the Haskell bindings. For example, given
we should not replace
__S16_TYPE
withshort int
in the generated bindings, ideally.This is also important in the generation of the prelude (this particular example comes from
/usr/include/x86_64-linux-gnu/bits/types.h
).The text was updated successfully, but these errors were encountered: