diff options
author | Araq <rumpf_a@web.de> | 2013-08-11 18:48:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-08-11 18:48:33 +0200 |
commit | d18c82a9ef1647c6f56e393df959ed5ec370e77c (patch) | |
tree | bfcc855cdf1d4a940355b6f557e48eec9f500533 /compiler/vmdef.nim | |
parent | a294d45fd67cebec8dd0efc43417fdc2ad1030dc (diff) | |
download | Nim-d18c82a9ef1647c6f56e393df959ed5ec370e77c.tar.gz |
new VM: preparations for evalMacroCall
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index a76e035a0..050caa65c 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -80,7 +80,7 @@ type opcNSetIntVal, opcNSetFloatVal, opcNSetSymbol, opcNSetIdent, opcNSetType, opcNSetStrVal, - opcNNewNimNode, opcNCopyNimNode, opcNCopyNimTree, + opcNNewNimNode, opcNCopyNimNode, opcNCopyNimTree, opcNDel, opcGenSym, opcSlurp, opcGorge, |