git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-01-03 12:11:08 +00:00
parent b8ba52c90f
commit 3c6733f62b
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2002-01-03 Richard Frith-Macdonald <rfm@gnu.org>
* Header/Foundation/GSXML.h: Correction standards complience
* Source/GSXML.m: A few documentation tidyups
* Tools/autogsdoc.m: Some tidyups for improved performance.
2002-01-02 Adam Fedor <fedor@gnu.org>
* configure.in: Show openssl as enabled by default in help. Check for

View file

@ -1,4 +1,3 @@
/* Interface for XML parsing classes
Copyright (C) 2000 Free Software Foundation, Inc.
@ -35,6 +34,9 @@
#include <Foundation/NSString.h>
#include <Foundation/NSDictionary.h>
#ifndef STRICT_MACOS_X
#ifndef STRICT_OPENSTEP
@class GSXMLAttribute;
@class GSXMLDocument;
@class GSXMLHandler;
@ -297,5 +299,8 @@
@interface GSHTMLSAXHandler : GSSAXHandler
@end
#endif /* STRICT_MACOS_X */
#endif /* STRICT_OPENSTEP */
#endif /* __GSXML_H__ */