mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-22 05:02:00 +00:00
cleanups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d46a7f8bb1
commit
e4a6d046be
13 changed files with 53 additions and 509 deletions
|
@ -292,7 +292,7 @@ static id gs_objc_proxy_lookup(id receiver, SEL op)
|
|||
- (id) initWithArgframe: (arglist_t)frame selector: (SEL)aSelector
|
||||
{
|
||||
/* We should never get here */
|
||||
NSDeallocateObject(self);
|
||||
[self dealloc];
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Runtime incorrectly configured to pass argframes"];
|
||||
return nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue