[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
_GL_EXTERN_INLINE not defined correctly in config.h for macOS
From: |
Reuben Thomas |
Subject: |
_GL_EXTERN_INLINE not defined correctly in config.h for macOS |
Date: |
Mon, 17 Jan 2022 11:54:24 +0000 |
The definition of _GL_EXTERN_INLINE relies, on macOS, on
__header_inline, which is not a compiler built-in, but is defined in
sys/cdefs.h. Therefore, __header_inline is not defined when config.h
is included, and the tests always assume, on macOS, that the compiler
is buggy and does not support "extern inline".
--
https://rrt.sc3d.org
- _GL_EXTERN_INLINE not defined correctly in config.h for macOS,
Reuben Thomas <=
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Bruno Haible, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Reuben Thomas, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Paul Eggert, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Reuben Thomas, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Paul Eggert, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Reuben Thomas, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Reuben Thomas, 2022/01/18
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Jeffrey Walton, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Ryan Schmidt, 2022/01/17
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Reuben Thomas, 2022/01/18