[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:06:25 +0300 |
> Cc: address@hidden
> From: Paul Eggert <address@hidden>
> Date: Sat, 10 Oct 2015 09:46:58 -0700
>
> Eli Zaretskii wrote:
> > With the fix by Andreas in 8f41c30, including puresize.h in emacs.c
> > now seems to DTRT, so I committed that change.
>
> Thanks. The problem did not occur with my build because the function was
> inlined everywhere it was used.
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)? If so, I'd
like to add this to the commentary in conf_post.h.