Mostly tidying

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-06-24 19:30:29 +00:00
parent 4d85cbdec2
commit 24f59ea2a0
46 changed files with 1406 additions and 1020 deletions

View file

@ -187,7 +187,7 @@ static unsigned local_object_counter = 0;
@interface NSConnection (Private)
- _superInit;
- (void) handlePortMessage: (NSPortMessage*)msg;
+ setDebug: (int)val;
+ (void) setDebug: (int)val;
@end
#define proxiesHashGate refGate
@ -219,18 +219,6 @@ compare_ints (const void *k1, const void *k2)
return !(k1 - k2);
}
static int
type_get_number_of_arguments (const char *type)
{
int i = 0;
while (*type)
{
type = objc_skip_argspec (type);
i += 1;
}
return i - 1;
}
/* class defaults */
static id default_receive_port_class;
static id default_send_port_class;
@ -1124,7 +1112,7 @@ static int messages_received_count;
return self;
}
+ setDebug: (int)val
+ (void) setDebug: (int)val
{
debug_connection = val;
}
@ -2040,7 +2028,6 @@ static int messages_received_count;
{
id op;
id ip;
unsigned int i;
id result;
int seq_num = [self _newMsgNumber];