From ddda4d167e6f8272fcdce940c9ef8f3688a1c1ea Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 30 Sep 2006 19:11:04 +0000 Subject: [PATCH] Fix incorrect macro def. [SVN r35433] --- historic/jam/src/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/historic/jam/src/mem.h b/historic/jam/src/mem.h index a3cb5ff31..afc653f37 100644 --- a/historic/jam/src/mem.h +++ b/historic/jam/src/mem.h @@ -73,7 +73,7 @@ http://www.boost.org/LICENSE_1_0.txt) #define bjam_malloc_atomic_x(s) bjam_malloc_x(s) #endif #ifndef bjam_calloc_atomic_x - #define bjam_calloc_atomic_x(s) bjam_calloc_x(s) + #define bjam_calloc_atomic_x(n,s) bjam_calloc_x(n,s) #endif #ifndef bjam_mem_init_x #define bjam_mem_init_x()