[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS
From: |
Reuben Thomas |
Subject: |
Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS |
Date: |
Tue, 18 Jan 2022 18:46:52 +0000 |
On Tue, 18 Jan 2022 at 18:38, Paul Eggert <eggert@cs.ucla.edu> wrote:
>
> I'm not sure a newer compiler would fix the bugs, as they're typically
> present in the ctype.h supplied by the OS. If the newer compiler comes
> with a fixed ctype.h you're OK; if it reuses or copies the old ctype.h
> you'll have a problem.
I understood that the system compiler on Mac OS <10.8 did not have C99
semantics for "inline". If it does, then indeed it doesn't matter, my
code will work anyway. In any case, I'm not concerned with the
contents of ctype.h or other headers; my concern is my ability to
declare my own functions "inline". In particular, I'm not affected by
ctype functions being declared in such a way that they don't have
external linkage.
--
https://rrt.sc3d.org
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, (continued)
- 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
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Paul Eggert, 2022/01/18
- Re: _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, Jeffrey Walton, 2022/01/18
- 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, Ryan Schmidt, 2022/01/20
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Jeffrey Walton, 2022/01/20
- Re: _GL_EXTERN_INLINE not defined correctly in config.h for macOS, Reuben Thomas, 2022/01/20