Smattr / clink

a modern re-implementation of Cscope
The Unlicense
41 stars 2 forks source link

standardise on GCC atomic built-ins #182

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

The code was using a mixture of GCC atomic built-ins and C11 atomics. Since we had to use the former anyway (to get per-site selection of atomic/non-atomic access), there did not seem to be any point to mixing its use with the latter.