From 6935171b85a1b08b1cdfba2a56d5291219d89b5f Mon Sep 17 00:00:00 2001 From: Varriount Date: Mon, 3 Nov 2014 02:17:39 -0500 Subject: [PATCH] Fix math.nim on windows --- lib/pure/math.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/math.nim b/lib/pure/math.nim index 97c7b0e052..0f6a07f135 100644 --- a/lib/pure/math.nim +++ b/lib/pure/math.nim @@ -14,7 +14,7 @@ ## `_. include "system/inclrtl" - +import "impure/fenv" {.push debugger:off .} # the user does not want to trace a part # of the standard library!