diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-12-19 18:24:52 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-12-19 18:24:52 +0100 |
commit | d4f23f0cf6db38731a161c5c7b0b056fc67e5c02 (patch) | |
tree | f09be2566027321a476fa58cd9abd64f10d76c05 /include/my_atomic.h | |
parent | d60b5fa2606e5b1b48dde4795f9afe990171f76a (diff) | |
download | mariadb-git-d4f23f0cf6db38731a161c5c7b0b056fc67e5c02.tar.gz |
Yet one more fix for Solaris atomics in builds
Diffstat (limited to 'include/my_atomic.h')
-rw-r--r-- | include/my_atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |