K 10 svn:author V 2 ed K 8 svn:date V 27 2013-06-16T10:48:47.963045Z K 7 svn:log V 301 Move _Atomic() into . That way _Atomic() is defined next to all the other C11 keywords for which we provide compatibility for pre-C11 compilers. While there, fix the definition to place "volatile" at the end. Otherwise pointer types will become "volatile T *" instead of "T * volatile". END