mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
3d357aba9f
commit
1e287c7727
7 changed files with 115 additions and 31 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue