~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Source/NSProxy.m

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2009-04-11 13:30:33 UTC
  • mfrom: (1.2.8 upstream) (7.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090411133033-g6qrsuo8mep7h0eo
Tags: 1.19.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
   Boston, MA 02111 USA.
23
23
 
24
24
   <title>NSProxy class reference</title>
25
 
   $Date: 2008-06-09 05:05:01 +0100 (Mon, 09 Jun 2008) $ $Revision: 26607 $
 
25
   $Date: 2008-11-17 13:45:32 +0000 (Mon, 17 Nov 2008) $ $Revision: 27080 $
26
26
   */
27
27
 
28
28
#include "config.h"
275
275
- (NSString*) description
276
276
{
277
277
  return [NSString stringWithFormat: @"<%s %lx>",
278
 
        GSClassNameFromObject(self), (unsigned long)self];
 
278
        GSClassNameFromObject(self), (size_t)self];
279
279
}
280
280
 
281
281
/**