emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109306: Use an include file in c


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109306: Use an include file in configure.ac's AH_BOTTOM
Date: Tue, 31 Jul 2012 21:58:52 +0200

On Tue, Jul 31, 2012 at 7:31 PM, Eli Zaretskii <address@hidden> wrote:

> Either ifdef it in conf_post.h, or provide alloca.h in nt/inc.

Hmmm.

The code in conf_post.h not just includes alloca.h, but checks that
HAVE_ALLOCA is defined, and we don't want that. So adding
nt/inc/alloca.h is not enough, unless we want to add "#undef
HAVE_ALLOCA" in ms-w32.h, which is piling ugliness upon ugliness.

    Juanma



reply via email to

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