From 0bfd4b330d9c2b9ae06de95914980838322b8db9 Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 18 Dec 2004 08:10:04 +0000 Subject: ChangeLogTag: Sat Dec 18 10:03:41 2004 Olli Savia --- tests/Malloc_Test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Malloc_Test.cpp') 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 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 */ -- cgit v1.2.1