git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28767 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-10-03 18:34:44 +00:00
parent 04d6ed096e
commit 182a297143
4 changed files with 58 additions and 37 deletions

View file

@ -29,6 +29,8 @@
@interface GSFFIInvocation : NSInvocation
{
uint8_t _retbuf[32]; // Store return values of up to 32 bytes here.
void *_retptr; // Store bigger return values in here.
}
@end