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:
Richard Frith-MacDonald 2012-01-05 20:40:12 +00:00
parent 1a85fb0780
commit 997222976b
6 changed files with 27 additions and 18 deletions

View file

@ -24,10 +24,9 @@
#import "common.h"
#import "NSXMLPrivate.h"
#define GSInternal NSXMLElementInternal
#include "GSInternal.h"
#import "NSXMLPrivate.h"
#import "GSInternal.h"
GS_PRIVATE_INTERNAL(NSXMLElement)
@implementation NSXMLElement