summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-20 02:53:38 +0200
committerAraq <rumpf_a@web.de>2014-04-20 02:53:38 +0200
commit13b941d8eebbaf64ea69873d131569c78de2529d (patch)
tree3434a8514c80ec3a99ab5207f0dc09703177cbec
parent05e89ffceb4a0cb85b59eb1ca34d27b0d5cb63dd (diff)
downloadNim-13b941d8eebbaf64ea69873d131569c78de2529d.tar.gz
attempt to fix bootstrapping
-rw-r--r--lib/system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index ede9eae59..3c342cf9a 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -2210,7 +2210,7 @@ when not defined(JS): #and not defined(NimrodVM):
       ## otherwise. If ``false`` is returned `line` contains no new data.
 
     proc writeln*[Ty](f: TFile, x: varargs[Ty, `$`]) {.inline, 
-                             tags: [FWriteIO], gcsafe.}
+                             tags: [FWriteIO].}
       ## writes the values `x` to `f` and then writes "\n".
       ## May throw an IO exception.