summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-08-11 18:48:33 +0200
committerAraq <rumpf_a@web.de>2013-08-11 18:48:33 +0200
commitd18c82a9ef1647c6f56e393df959ed5ec370e77c (patch)
treebfcc855cdf1d4a940355b6f557e48eec9f500533 /compiler/vmdef.nim
parenta294d45fd67cebec8dd0efc43417fdc2ad1030dc (diff)
downloadNim-d18c82a9ef1647c6f56e393df959ed5ec370e77c.tar.gz
new VM: preparations for evalMacroCall
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim2
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,