mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Hacks for mframes with small structs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
272880ecea
commit
4f412b8c34
6 changed files with 110 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <Foundation/NSMethodSignature.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <base/Invocation.h>
|
||||
|
||||
#define TYPE int
|
||||
|
@ -55,12 +56,14 @@ void test6();
|
|||
int
|
||||
main ()
|
||||
{
|
||||
id pool = [NSAutoreleasePool new];
|
||||
test1();
|
||||
test2();
|
||||
test3();
|
||||
test4();
|
||||
test5();
|
||||
test6();
|
||||
[pool release];
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include <Foundation/NSMethodSignature.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <base/Invocation.h>
|
||||
|
||||
#define TYPE long
|
||||
|
@ -55,12 +56,14 @@ void test6();
|
|||
int
|
||||
main ()
|
||||
{
|
||||
id pool = [NSAutoreleasePool new];
|
||||
test1();
|
||||
test2();
|
||||
test3();
|
||||
test4();
|
||||
test5();
|
||||
test6();
|
||||
[pool release];
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include <Foundation/NSMethodSignature.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <base/Invocation.h>
|
||||
|
||||
#define TYPE short
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue