mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
1a85fb0780
commit
997222976b
6 changed files with 27 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue