GNU bug report logs - #9141
Coreutils Compiler Warnings on OSX 10.7 (Lion)

Previous Next

Package: coreutils;

Reported by: Herb Wartens <hawartens <at> gmail.com>

Date: Thu, 21 Jul 2011 16:05:02 UTC

Severity: normal

Tags: moreinfo

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #44 received at 9141 <at> debbugs.gnu.org (full text, mbox):

From: "Voelker, Bernhard" <bernhard.voelker <at> siemens-enterprise.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: "9141 <at> debbugs.gnu.org" <9141 <at> debbugs.gnu.org>,
	Bug-gnulib <bug-gnulib <at> gnu.org>
Subject: RE: bug#9141: [PATCH 1/3] extensions: Enable extensions on MacOS X
	10.5	and later.
Date: Mon, 25 Jul 2011 08:09:33 +0200
Paul Eggert wrote:

> On 07/24/11 22:59, Voelker, Bernhard wrote:
>
>>>  #ifndef _ALL_SOURCE
>>>  # undef _ALL_SOURCE
>>>  #endif
>>> +/* Enable general extensions on MacOS X.  */
>>> +#ifndef _DARWIN_C_SOURCE
>>> +# undef _DARWIN_C_SOURCE
>>> +#endif
>> 
>> maybe it's too early in the morning for me ... but isn't this a NOP:
>> "if X is not defined, then undefine it"?
>
> Later shell magic edits the file to define it.
> In that sense, it's just like _ALL_SOURCE,
> which already works.

Thanks for the clarification. I knew I should get a cup of coffee
before hitting the 'send' button. ;-)

Have a nice day,
Berny




This bug report was last modified 6 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.