summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-08-29 23:18:02 +0200
committerAraq <rumpf_a@web.de>2013-08-29 23:18:02 +0200
commit5f943cf4bc5f9d34ab58bc2247a64a265c51dbd6 (patch)
tree3cd46b633373adbe4ba6fcc3b28c76bdcb173fab /compiler/vmdef.nim
parenta8c8a85135e73777ea2c115bf1352456c1dd69aa (diff)
downloadNim-5f943cf4bc5f9d34ab58bc2247a64a265c51dbd6.tar.gz
docgen: more newlines in the output to support primitive postprocessors
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index 050caa65c..515f2975b 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -122,7 +122,8 @@ type
     opcLdImmInt,  # dest = immediate value
     opcWrGlobal,
     opcWrGlobalRef,
-    opcSetType    # dest.typ = types[Bx]
+    opcSetType,   # dest.typ = types[Bx]
+    opcTypeTrait
 
   TBlock* = object
     label*: PSym