2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Fix incorrect macro def.

[SVN r35433]
This commit is contained in:
Rene Rivera
2006-09-30 19:11:04 +00:00
parent 27b06619c5
commit ddda4d167e

View File

@@ -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()