Fix paths on Windows. Sparc gdb fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11166 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-10-17 03:45:32 +00:00
parent 3d357aba9f
commit 1e287c7727
7 changed files with 115 additions and 31 deletions

View file

@ -2159,7 +2159,8 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
@end
@interface GSSAXHandler : GSXMLDummy
@end
@interface GSXMLParser : GSXMLDummy
@end
@implementation GSXMLDummy
+ (id) allocWithZone: (NSZone*)z
{
@ -2194,6 +2195,7 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
@end
@implementation GSSAXHandler
@end
@implementation GSXMLParser
@end
#endif