bug-gnulib
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]