restore deprecated PNimrodNode in order to make the CIs happy

This commit is contained in:
Andreas Rumpf
2018-07-05 09:17:44 +02:00
parent 04b3f8f24a
commit 683c60e2fd

View File

@@ -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