[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Master is broken
From: |
Eli Zaretskii |
Subject: |
Re: Master is broken |
Date: |
Sat, 10 Oct 2015 20:12:44 +0300 |
> Date: Sat, 10 Oct 2015 20:06:25 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden, address@hidden
>
> Is it true that any header that defines INLINE functions should be
> included by emacs.c (and if it is used in lib-src programs, also in
> their source file that defines INLINE to EXTERN_INLINE)?
Also, when exactly are INLINE_HEADER_BEGIN/END required? puresize.h
doesn't have it, and still compiles; other headers which use INLINE do
have INLINE_HEADER_BEGIN/END. What factor determines whether they are
absolutely required?
Thanks.