comment nested idef statements for clarity

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39132 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2015-11-03 09:15:26 +00:00
parent 095a8cb13d
commit 68f692de66

View file

@ -470,9 +470,9 @@ GS_PRIVATE_INTERNAL(NSXMLDocument)
NSZoneFree([self zone], params);
return [NSXMLNode _objectForNode: (xmlNodePtr)resultDoc];
#else
#else /* HAVE_LIBXSLT */
return nil;
#endif
#endif /* HAVE_LIBXSLT */
}
- (id) objectByApplyingXSLTString: (NSString*)xslt
@ -529,7 +529,7 @@ GS_PRIVATE_INTERNAL(NSXMLDocument)
}
@end
#else
#else /* HAVE_LIBXML */
#import "Foundation/NSXMLDocument.h"
@ -719,4 +719,4 @@ GS_PRIVATE_INTERNAL(NSXMLDocument)
}
@end
#endif
#endif /* HAVE_LIBXML */