emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Including stdarg.h in 5eb9989 - why?


From: Paul Eggert
Subject: Re: Including stdarg.h in 5eb9989 - why?
Date: Fri, 12 Feb 2016 11:43:02 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

On 02/12/2016 02:23 AM, Rostislav Svoboda wrote:
Can anybody explain me why?

It's needed because make-docfile.c now uses symbols like va_list and va_start that stdarg.h defines. Without the change, make-docfile.c won't compile on platforms like MS-Windows where stdarg.h is not already being included by other .h files that make-docfile.c includes. See the thread starting here:

http://lists.gnu.org/archive/html/emacs-devel/2016-02/msg00630.html




reply via email to

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