mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Headers and funcs for NeXT_RUNTIME
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10028 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aebbf39616
commit
3e68ec5016
10 changed files with 57 additions and 10 deletions
|
@ -1455,7 +1455,6 @@ static BOOL multi_threaded = NO;
|
|||
/* type = [object selectorTypeForProxy: sel]; */
|
||||
#else
|
||||
type = sel_get_type(sel);
|
||||
#endif
|
||||
if (type == 0 || *type == '\0')
|
||||
{
|
||||
type = [[object methodSignatureForSelector: sel] methodType];
|
||||
|
@ -1464,6 +1463,7 @@ static BOOL multi_threaded = NO;
|
|||
sel_register_typed_name(sel_get_name(sel), type);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
NSParameterAssert(type);
|
||||
NSParameterAssert(*type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue