mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
More message port work.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
38c6dab94b
commit
8aec641be4
4 changed files with 41 additions and 13 deletions
|
@ -211,6 +211,7 @@ int con_data (id prx)
|
|||
printf(" got %x\n", small.z);
|
||||
[pool release];
|
||||
|
||||
#if !defined(__MINGW32__)
|
||||
pool = [NSAutoreleasePool new];
|
||||
printf("Struct:\n");
|
||||
printf(" sending c='%c',d=%g,i=%d,s=%s,l=%ld",
|
||||
|
@ -224,6 +225,7 @@ int con_data (id prx)
|
|||
printf(" got c='%c',d=%g,i=%d,s=%s,l=%ld\n",
|
||||
ffoo.c, ffoo.d, ffoo.i, ffoo.s, ffoo.l);
|
||||
[pool release];
|
||||
#endif
|
||||
|
||||
pool = [NSAutoreleasePool new];
|
||||
printf("Object:\n");
|
||||
|
@ -511,6 +513,7 @@ int main (int argc, char *argv[], char **env)
|
|||
auth = [Auth new];
|
||||
GSDebugAllocationActive(YES);
|
||||
|
||||
setvbuf(stdout, 0, _IONBF, 0);
|
||||
debug = 0;
|
||||
type_test = 0;
|
||||
stats = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue