[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Native objc exceptions again
From: |
Richard Frith-Macdonald |
Subject: |
Re: Native objc exceptions again |
Date: |
Wed, 31 Aug 2011 06:10:27 +0100 |
On 30 Aug 2011, at 02:32, Germán Arias wrote:
> Is there a way to get the value of BASE_NATIVE_OBJC_EXCEPTIONS (in
> GSConfig.h) from shell? Something like "defaults read ...". My solution
> for the moment is grep the file GSConfig.h to see the value and then
> define _NATIVE_OBJC_EXCEPTIONS. But Emacs people say this is ugly.
> Thanks.
Perhaps you want USE_OBJC_EXCEPTIONS from base.make ?
That's the value for makefiles (the value in GSConfig.h is of course intended
for use by the preprocessor when compiling source code).