Am Sa., 10. Okt. 2020 um 20:19 Uhr schrieb Paul Eggert <egg...@cs.ucla.edu>:
> #if __STDC_VERSION__ < 201112 || defined __STD_NO_ATOMICS__ > > which is a cleaner way of writing the negative of the above test. These days > there should be no reason to check whether __STDC_VERSION__ is defined, > generally it's clearer to use "<" instead of ">=" so that textual order > reflects > numeric order, and the parens after "defined" are better omitted. Thanks, I did the edit in my local copy.