diff options
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system.nim b/lib/system.nim index a175b5016..eb50f4b1e 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 |