Am Montag, den 27.07.2009, 11:39 +0800 schrieb Georg Fleischmann:
> Hi,
> 
> >> #ifndef MAC_OS_X_VERSION_10_5
> >> - (BOOL) boolValue
> >> {
> >>    ...
> >> }
> >> #endif
> >
> > Well that version will work for the current version but will  
> > compile it
> > again for future versions.  My best bet would be something like the
> > attached patch.  Richard, is this usage of the API macros legitimate?
> 
>  From my understanding it should continue to work.
> MAC_OS_X_VERSION_10_5 is supposed to be defined on Apple 10.5 systems  
> and later, but not before.

Ah... OK, Thanks!  I did not know/understand that... So I committed you
original suggestion.  Let me know if works as expected.

Cheers,
David

-- 
David Ayers          Fellow of the Free Software Foundation Europe
http://www.fsfe.org                     http://fellowship.fsfe.org




_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to