mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
095a8cb13d
commit
68f692de66
1 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue