From 07d4fd22535188a35262eab49e0b4adb5ad7ace4 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 22 Aug 2014 21:16:09 +0100 Subject: [PATCH] Fixes compilation on 0.9.4. --- src/babelpkg/compat.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babelpkg/compat.nim b/src/babelpkg/compat.nim index b40abfa..060709a 100644 --- a/src/babelpkg/compat.nim +++ b/src/babelpkg/compat.nim @@ -8,7 +8,7 @@ import json -when not NimrodPatch >= 5: +when not (NimrodPatch >= 5): when not defined(`{}`): proc `{}`*(node: PJsonNode, key: string): PJsonNode = ## Transverses the node and gets the given value. If any of the