Common subdirectories: a/memory/CVS and b/memory/CVS Common subdirectories: a/memory/jemalloc and b/memory/jemalloc Common subdirectories: a/memory/jemalloc/CVS and b/memory/jemalloc/CVS diff -ur a/memory/jemalloc/jemalloc.c b/memory/jemalloc/jemalloc.c --- a/memory/jemalloc/jemalloc.c Thu May 8 07:36:40 2008 +++ b/memory/jemalloc/jemalloc.c Sat Jun 21 13:12:41 2008 @@ -5775,7 +5775,7 @@ void * memalign(size_t alignment, size_t size); #pragma no_inline(memalign) -# elif (defined(__GNU_C__) +# elif (defined(__GNU_C__)) __attribute__((noinline)) # endif VISIBLE