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:
rfm 2012-01-05 20:40:12 +00:00
parent b4c0707ab6
commit 1780a56fb4
6 changed files with 27 additions and 18 deletions

View file

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