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: Rostislav Svoboda
Subject: Re: Including stdarg.h in 5eb9989 - why?
Date: Sat, 13 Feb 2016 11:47:50 +0100

Thanx for clarification Paul.

Le 12 févr. 2016 20:43, "Paul Eggert" <address@hidden> a écrit :
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]