emacs-devel
[Top][All Lists]
Advanced

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

Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch


From: Eli Zaretskii
Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk]
Date: Wed, 06 Feb 2008 06:10:20 +0200

> Date: Tue, 05 Feb 2008 21:49:21 +0100
> From: Angelo Graziosi <address@hidden>
> CC: address@hidden, address@hidden, address@hidden
> 
> In any case, if sheap.c is used only on Cygwin, this section of code
> 
> void *
> bss_sbrk (ptrdiff_t request_size)
> {
>    if (!bss_sbrk_ptr)
>      {
>        bss_sbrk_ptr = bss_sbrk_buffer;
> #ifdef CYGWIN
>        sbrk (BLOCKSIZE);              /* force space for fork to work */
> #endif
>      }
> 
>    if (!(int) request_size)
> 
> 
> should be changed too! or not?

Yes, the #ifdef should go away.




reply via email to

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