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: Wed, 1 Aug 2012 01:04:34 +0200

On Wed, Aug 1, 2012 at 12:50 AM, Glenn Morris <address@hidden> wrote:

> *** nt/config.nt        2012-07-29 16:56:18 +0000
> --- nt/config.nt        2012-07-31 22:46:59 +0000
> ***************
[...]
> ! /* Not valid on Windows.  */
> ! #if 0
>   /* On AIX 3 this must be included before any other include file.  */
>   #include <alloca.h>
>   #if ! HAVE_ALLOCA
> --- 1583,1592 ----
>   #undef vfork
>
>
> ! /* Insert contents of s/ms-w32.h here.  .*/
> !
> !
> ! #ifndef WINDOWSNT
>   /* On AIX 3 this must be included before any other include file.  */
>   #include <alloca.h>
>   #if ! HAVE_ALLOCA

How does this bit fix the problem of the #include <alloca.h> in
conf_post.h?  The #ifndef WINDOWSNT / #endif around that include
should be in conf_post.h, not config.nt.

    Juanma



reply via email to

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