[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent commits break compilation for MinGW64
From: |
Eli Zaretskii |
Subject: |
Re: Recent commits break compilation for MinGW64 |
Date: |
Thu, 11 Feb 2016 22:40:41 +0200 |
> From: Fabrice Popineau <address@hidden>
> Date: Thu, 11 Feb 2016 07:20:32 +0000 (UTC)
>
> The commits
> 456c0a3137bf58ee61a8e442cff0ca5d808e8d32
> and
> 25ec995c064d4e658fe3f9af084f120ae21a021a
> on lib-src/make-docfile.c
> break compilation for MinGW64.
> The use of va_start() and consorts
> requires
> #include <stdarg.h>
> at least for WINDOWSNT.
I think such commits shouldn't happen at all on emacs-25, but on
master. IMO, the time for cleanups on the release branch has come and
gone.