mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
4d85cbdec2
commit
24f59ea2a0
46 changed files with 1406 additions and 1020 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <base/preface.h>
|
||||
#include <base/behavior.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSSerialization.h>
|
||||
|
@ -148,8 +149,8 @@
|
|||
va_start(ap, types);
|
||||
while (*types)
|
||||
{
|
||||
[self encodeValueOfObjCType:types
|
||||
at:va_arg(ap, void*)];
|
||||
(*imp)(self, @selector(encodeValueOfObjCType:at:), types,
|
||||
va_arg(ap, void*));
|
||||
types = objc_skip_typespec(types);
|
||||
}
|
||||
va_end(ap);
|
||||
|
@ -173,7 +174,6 @@
|
|||
{
|
||||
unsigned count;
|
||||
const char *type = @encode(unsigned char);
|
||||
int i;
|
||||
unsigned char *where;
|
||||
unsigned char *array;
|
||||
IMP imp = [self methodForSelector:@selector(decodeValueOfObjCType:at:)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue