mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
atomics.nim: minor improvements
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
# Atomic operations for Nim.
|
||||
{.push stackTrace:off.}
|
||||
{.push stackTrace:off, profiler:off.}
|
||||
|
||||
const someGcc = defined(gcc) or defined(llvm_gcc) or defined(clang)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user