emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs.c broken by revision 1.435


From: Miles Bader
Subject: Re: emacs.c broken by revision 1.435
Date: Wed, 23 Jul 2008 16:37:55 +0900

"Tim Van Holder" <address@hidden> writes:
> The "LINUX_SBRK_BUG" condition was incorrectly replaced with
>
> #if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
>
> instead of
>
> #if defined (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
>
> resulting in a broken build.

Why does the first result in a broken build?  Seems to work fine with
the C compilers I tried it with... (both with GNU_LINUX defined, and
with GNU_LINUX undefined)

-Miles

-- 
`Suppose Korea goes to the World Cup final against Japan and wins,' Moon said.
`All the past could be forgiven.'   [NYT]




reply via email to

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