Re: alignasof: Ensure a correct _Alignas

2023-04-10 Thread Paul Eggert
Thanks for fixing that. On 2023-04-10 18:06, Bruno Haible wrote: - ISO C 11 specifies that defines alignas, alignof, __alignas_is_defined, __alignof_is_defined, and nothing else. - GCC's and clang's private do the same: They don't define _Alignas either. That's to be expected

alignasof: Ensure a correct _Alignas

2023-04-10 Thread Bruno Haible
o assume that will define _Alignas: - ISO C 11 specifies that defines alignas, alignof, __alignas_is_defined, __alignof_is_defined, and nothing else. - GCC's and clang's private do the same: They don't define _Alignas either. So, the fix is to define _Alignas also when HAVE