Minor fixes for second-time compilation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@664 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-11-06 17:38:33 +00:00
parent dc9cc3e898
commit 7d6d95f6a0

View file

@ -23,6 +23,8 @@
#include <objects/stdobjects.h>
#include <Foundation/NSMethodSignature.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>
static int
types_get_size_of_arguments(const char *types)
@ -69,7 +71,7 @@ types_get_number_of_arguments (const char *types)
[NSException raise:NSInvalidArgumentException
format:@"Index too high."];
[self notImplemented:_cmd];
return 0;
return (NSArgumentInfo){0,0,""};
}
- (unsigned) frameLength