From 683c60e2fd91ceb9383d741849bbb53d4ef93748 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 5 Jul 2018 09:17:44 +0200 Subject: [PATCH] restore deprecated PNimrodNode in order to make the CIs happy --- lib/system.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/system.nim b/lib/system.nim index a175b50162..eb50f4b1e9 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -3855,6 +3855,8 @@ type NimNode* {.magic: "PNimrodNode".} = ref NimNodeObj ## represents a Nim AST node. Macros operate on this type. +{.deprecated: [PNimrodNode: NimNode].} + when false: template eval*(blk: typed): typed = ## executes a block of code at compile time just as if it was a macro