Temporary revert David's change to use PRIxPTR, PRIuPTR and

PRIdPTR. Old compilers don't handled these well. (That change
didn't have a ChangeLog entry)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33766 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-08-20 13:05:37 +00:00
parent 028ad4a59c
commit 80c8a7ff06
11 changed files with 36 additions and 20 deletions

View file

@ -826,7 +826,7 @@ enum proxyLocation
if (_connection)
{
if (debug_proxy > 3)
NSLog(@"retain count for connection (%p) is now %" PRIxPTR "\n",
NSLog(@"retain count for connection (%p) is now %x\n",
_connection, [_connection retainCount]);
/*
* A proxy for local object retains its target - so we release it.