prep for release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-02-28 16:50:37 +00:00
parent 75661de25e
commit 7ca6e56d39
21 changed files with 178 additions and 93 deletions

View file

@ -190,7 +190,7 @@ GS_EXPORT NSString* const NSXMLParserErrorDomain;
* This is now a formal protocol.
*/
@protocol NSXMLParserDelegate <NSObject>
#ifdef __clang__
#ifdef __clang__ /* FIXME ... this is not clang specific */
@optional
#else
@end