mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
dc9cc3e898
commit
7d6d95f6a0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue