git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-10-10 08:16:17 +00:00
parent d46a7f8bb1
commit e4a6d046be
13 changed files with 53 additions and 509 deletions

View file

@ -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;