mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Tidied for gcc-3.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15476 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
77fbafc557
commit
d64578fc3e
50 changed files with 2888 additions and 1775 deletions
|
@ -488,7 +488,7 @@ static IMP gs_objc_msg_forward (SEL sel)
|
|||
void
|
||||
GSFFCallInvokeWithTargetAndImp(NSInvocation *_inv, id anObject, IMP imp)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
av_alist alist;
|
||||
NSInvocation_t *inv = (NSInvocation_t*)_inv;
|
||||
void *retval = inv->_retval;
|
||||
|
@ -919,7 +919,7 @@ GSInvocationCallback (void *callback_data, va_alist args)
|
|||
to send over the wire */
|
||||
- (BOOL) encodeWithDistantCoder: (NSCoder*)coder passPointers: (BOOL)passp
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
BOOL out_parameters = NO;
|
||||
const char *type = [_sig methodType];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue