From 346ea6d1719e91d211d3f39121385ed9f0cc11ab Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 8 Feb 2017 14:55:30 +0100 Subject: system.nim: don't use deprecated symbols/constructs --- lib/system/gc_ms.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/system/gc_ms.nim') diff --git a/lib/system/gc_ms.nim b/lib/system/gc_ms.nim index 63ca94698..f927575dd 100644 --- a/lib/system/gc_ms.nim +++ b/lib/system/gc_ms.nim @@ -24,7 +24,7 @@ const rcGrey = 1 # unused rcBlack = 2 -template mulThreshold(x): expr {.immediate.} = x * 2 +template mulThreshold(x): untyped = x * 2 when defined(memProfiler): proc nimProfile(requestedSize: int) -- cgit 1.4.1-2-gfad0