mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Alterations for build consistency
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6df5dc455
commit
8f42e7c2f8
8 changed files with 17304 additions and 2986 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
#import "common.h"
|
||||
|
||||
#if defined(HAVE_LIBXML)
|
||||
|
||||
#define GS_XMLNODETYPE xmlEntity
|
||||
#define GSInternal NSXMLDTDNodeInternal
|
||||
|
||||
|
@ -54,8 +56,8 @@ GS_PRIVATE_INTERNAL(NSXMLDTDNode)
|
|||
- (id) initWithKind: (NSXMLNodeKind)kind options: (NSUInteger)theOptions
|
||||
{
|
||||
if (NSXMLEntityDeclarationKind == kind
|
||||
|| NSXMLElementDeclarationKind == kind
|
||||
|| NSXMLNotationDeclarationKind == kind)
|
||||
|| NSXMLElementDeclarationKind == kind
|
||||
|| NSXMLNotationDeclarationKind == kind)
|
||||
{
|
||||
return [super initWithKind: kind options: theOptions];
|
||||
}
|
||||
|
@ -132,3 +134,4 @@ GS_PRIVATE_INTERNAL(NSXMLDTDNode)
|
|||
|
||||
@end
|
||||
|
||||
#endif /* HAVE_LIBXML */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue