mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
(CurriedInvocation): New class, unimplemented.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22e8ecf14c
commit
127930bbff
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Implementation for Objective-C Invocation object
|
/* Implementation for Objective-C Invocation object
|
||||||
Copyright (C) 1993,1994 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: May 1993
|
Date: May 1993
|
||||||
|
@ -100,6 +100,11 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
|
@implementation CurriedInvocation
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
types_get_size_of_stack_arguments(const char *types)
|
types_get_size_of_stack_arguments(const char *types)
|
||||||
{
|
{
|
||||||
|
@ -220,7 +225,6 @@ my_method_get_next_argument (arglist_t argframe,
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
@implementation MethodInvocation
|
@implementation MethodInvocation
|
||||||
|
|
||||||
- initWithArgframe: (arglist_t)frame selector: (SEL)sel
|
- initWithArgframe: (arglist_t)frame selector: (SEL)sel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue