summary refs log tree commit diff stats
path: root/lib/system/gc2.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-01-07 02:44:22 +0100
committerAraq <rumpf_a@web.de>2015-01-07 02:44:22 +0100
commit65310266d823ab3560dfe0b6bad228b67b204aeb (patch)
tree42710f47ed53d7d54e70584281d09c8851a74e5e /lib/system/gc2.nim
parentb907fac5f9888e2c0ea26f71c6f66eabd811093a (diff)
parent08669cc2bd38080d212b880dac6d63ecc4254be9 (diff)
downloadNim-65310266d823ab3560dfe0b6bad228b67b204aeb.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Conflicts:
	compiler/semexprs.nim
Diffstat (limited to 'lib/system/gc2.nim')
-rw-r--r--lib/system/gc2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/gc2.nim b/lib/system/gc2.nim
index ee52b54f5..b0173b78f 100644
--- a/lib/system/gc2.nim
+++ b/lib/system/gc2.nim
@@ -1344,7 +1344,7 @@ when not defined(useNimRtl):
       else:
         dec(gch.recGcLock)
 
-  proc GC_setStrategy(strategy: TGC_Strategy) =
+  proc GC_setStrategy(strategy: GC_Strategy) =
     case strategy
     of gcThroughput: nil
     of gcResponsiveness: nil