From d4f23f0cf6db38731a161c5c7b0b056fc67e5c02 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Sat, 19 Dec 2009 18:24:52 +0100 Subject: Yet one more fix for Solaris atomics in builds --- include/my_atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/my_atomic.h b/include/my_atomic.h index f0d193c2528..751afcb77db 100644 --- a/include/my_atomic.h +++ b/include/my_atomic.h @@ -287,8 +287,8 @@ make_atomic_store(ptr) #undef make_atomic_load_body #undef make_atomic_store_body #undef make_atomic_fas_body -#undef intptr #endif +#undef intptr /* the macro below defines (as an expression) the code that -- cgit v1.2.1