diff options
author | Araq <rumpf_a@web.de> | 2014-12-09 01:03:56 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-09 01:03:56 +0100 |
commit | 795a7762ccf387140a6fa6d2a8964cb0654a3732 (patch) | |
tree | 542908a463be9fe419de495f3e255aadbf0820f6 /compiler | |
parent | 5979d35ab2052b467e89ade90a7b3a47a50e2a28 (diff) | |
download | Nim-795a7762ccf387140a6fa6d2a8964cb0654a3732.tar.gz |
minor improvement to the barrier implementation
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/platform.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/platform.nim b/compiler/platform.nim index 2e78d4fc5..c6cb3d244 100644 --- a/compiler/platform.nim +++ b/compiler/platform.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this |