comparison src/atomic/linux/SDL_atomic.c @ 3297:d430982cd5cc

oops
author Bob Pendleton <bob@pendleton.com>
date Mon, 21 Sep 2009 22:25:14 +0000
parents 6fe620d7ce92
children 0e000afe3dc0
comparison
equal deleted inserted replaced
3296:6fe620d7ce92 3297:d430982cd5cc
92 #define nativeFetchThenSubtract64 92 #define nativeFetchThenSubtract64
93 #define nativeIncrementThenFetch64 93 #define nativeIncrementThenFetch64
94 #define nativeDecrementThenFetch64 94 #define nativeDecrementThenFetch64
95 #define nativeAddThenFetch64 95 #define nativeAddThenFetch64
96 #define nativeSubtractThenFetch64 96 #define nativeSubtractThenFetch64
97 #elif 97 #else
98 #undef nativeTestThenSet64 98 #undef nativeTestThenSet64
99 #undef nativeClear64 99 #undef nativeClear64
100 #undef nativeFetchThenIncrement64 100 #undef nativeFetchThenIncrement64
101 #undef nativeFetchThenDecrement64 101 #undef nativeFetchThenDecrement64
102 #undef nativeFetchThenAdd64 102 #undef nativeFetchThenAdd64