mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidy use of sized datatypes. Check for invalid asumption of interchangability
of int/long in encoder/decoder methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22291 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d11eb6607
commit
bb1ce663a4
19 changed files with 283 additions and 285 deletions
|
@ -163,7 +163,7 @@ enum proxyLocation
|
|||
|
||||
+ (id) initWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
gsu8 proxy_tag;
|
||||
uint8_t proxy_tag;
|
||||
unsigned target;
|
||||
id decoder_connection;
|
||||
NSDistantObject *o;
|
||||
|
@ -444,7 +444,7 @@ enum proxyLocation
|
|||
- (void) encodeWithCoder: (NSCoder*)aRmc
|
||||
{
|
||||
unsigned proxy_target;
|
||||
gsu8 proxy_tag;
|
||||
uint8_t proxy_tag;
|
||||
NSConnection *encoder_connection;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue