On 2023-01-29 15:20, Bruno Haible wrote:
Notice in particular:
- the different definitions of __CONCAT
- the different definitions of __inline
- the different definitions of __always_inline
- the different definitions of __warnattr
I would not be surprised if these macros cause trouble, either on Android
or on other platforms, in the future.
Yes, we are on thin ice here. If there is trouble I suppose we'll need
to conditionally define and use _GL_CONCAT etc. to work around it. Hope
it's not needed.