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 #41 received at 9141 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: "Voelker, Bernhard" <bernhard.voelker <at> siemens-enterprise.com>
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: Sun, 24 Jul 2011 23:05:35 -0700
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.




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

Previous Next


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