From e6bfe7d40c41c003b2fe41385de552c015f27bb2 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 18 Oct 2009 08:48:34 +0000 Subject: [PATCH] revert to previous version --- simgear/structure/SGAtomic.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/structure/SGAtomic.cxx b/simgear/structure/SGAtomic.cxx index a31478f5..e7dd76c2 100644 --- a/simgear/structure/SGAtomic.cxx +++ b/simgear/structure/SGAtomic.cxx @@ -20,7 +20,7 @@ #include "SGAtomic.hxx" -#if !defined(SGATOMIC_USE_GCC4_BUILTINS) && defined (__i386__) +#if defined(SGATOMIC_USE_GCC4_BUILTINS) && defined (__i386__) // Usually the apropriate functions are inlined by gcc. // But if gcc is called with something aequivalent to -march=i386, -- 2.39.5