mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fixed typo in Headers/Foundation/NSStream.h which prevented formal
protocol specification to be picked up by clang git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c093c9ae54
commit
adc50bb90f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-26 Marcus Mueller <znek@mulle-kybernetik.com>
|
||||
|
||||
* Headers/Foundation/NSStream.h: fixed typo (_clang_ -> __clang__)
|
||||
|
||||
2013-12-24 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Version: make ready for 1.24.6 release
|
||||
|
|
|
@ -270,7 +270,7 @@ GS_EXPORT NSString * const NSStreamSOCKSProxyVersion4;
|
|||
GS_EXPORT NSString * const NSStreamSOCKSProxyVersion5;
|
||||
GS_EXPORT NSString * const NSStreamSOCKSProxyVersionKey;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && defined(_clang_)
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && defined(__clang__)
|
||||
/* FIXME ... this is not clang specific */
|
||||
@protocol NSStreamDelegate <NSObject>
|
||||
@optional
|
||||
|
|
Loading…
Reference in a new issue