diff options
author | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-18 08:10:04 +0000 |
---|---|---|
committer | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-18 08:10:04 +0000 |
commit | 0bfd4b330d9c2b9ae06de95914980838322b8db9 (patch) | |
tree | da3ea9f885b24d9fb60444c101108df71e2f8334 /tests/Malloc_Test.cpp | |
parent | 2bd0e228f29eeadcd6fd2e4c21c961e88dad4aae (diff) | |
download | ATCD-0bfd4b330d9c2b9ae06de95914980838322b8db9.tar.gz |
ChangeLogTag: Sat Dec 18 10:03:41 2004 Olli Savia <ops@iki.fi>
Diffstat (limited to 'tests/Malloc_Test.cpp')
-rw-r--r-- | tests/Malloc_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Malloc_Test.cpp b/tests/Malloc_Test.cpp index 755bf7964e5..32d06b54932 100644 --- a/tests/Malloc_Test.cpp +++ b/tests/Malloc_Test.cpp @@ -30,7 +30,7 @@ ACE_RCSID(tests, Malloc_Test, "Malloc_Test.cpp,v 4.22 1999/12/13 22:24:42 nanbor Exp") -#if !defined (__Lynx__) && defined (ACE_HAS_PROCESS_SPAWN) +#if defined (ACE_HAS_PROCESS_SPAWN) #if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1) typedef ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, ACE_PI_Control_Block> MALLOC; @@ -461,4 +461,4 @@ run_main (int, ACE_TCHAR *[]) ACE_END_TEST; return 0; } -#endif /* ! __Lynx__ && ACE_HAS_PROCESS_SPAWN */ +#endif /* ACE_HAS_PROCESS_SPAWN */ |