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