Mercurial > sdl-ios-xcode
changeset 5138:aee04c635ec6
Tweak for documentation
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 01 Feb 2011 11:53:29 -0800 |
parents | c63b901d97ab |
children | 1a47d41912ff |
files | include/SDL_atomic.h |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_atomic.h Tue Feb 01 09:04:43 2011 -0800 +++ b/include/SDL_atomic.h Tue Feb 01 11:53:29 2011 -0800 @@ -123,9 +123,10 @@ /*@}*//*SDL AtomicLock*/ -/* The compiler barrier prevents the compiler from reordering - reads and writes to globally visible variables across the call. -*/ +/** + * The compiler barrier prevents the compiler from reordering + * reads and writes to globally visible variables across the call. + */ #ifdef _MSC_VER void _ReadWriteBarrier(void); #pragma intrinsic(_ReadWriteBarrier)