mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Little tweak to ease debugging ... get compiler to know the class of the
_internal pointer and generate information so gdb can access the internal cass without needing a cast. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34425 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b4c0707ab6
commit
1780a56fb4
6 changed files with 27 additions and 18 deletions
|
@ -24,10 +24,9 @@
|
|||
|
||||
#import "common.h"
|
||||
|
||||
#import "NSXMLPrivate.h"
|
||||
|
||||
#define GSInternal NSXMLDocumentInternal
|
||||
#include "GSInternal.h"
|
||||
#import "NSXMLPrivate.h"
|
||||
#import "GSInternal.h"
|
||||
GS_PRIVATE_INTERNAL(NSXMLDocument)
|
||||
|
||||
#import <Foundation/NSXMLParser.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue