summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-11-25 13:04:11 +0100
committerAraq <rumpf_a@web.de>2013-11-25 13:04:11 +0100
commit9035d15ed22de1f80486d94ec63e720a4d04cbc0 (patch)
tree0f6f4f58d598c7905ef0ab32d90afca385c82401 /compiler/vmdef.nim
parent4cda0861f507c414bfd622a1f759353c2c623941 (diff)
downloadNim-9035d15ed22de1f80486d94ec63e720a4d04cbc0.tar.gz
next steps for FFI support
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index 16ba1ed8e..15ea9767b 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -175,6 +175,7 @@ type
     module*: PSym
     callsite*: PNode
     mode*: TEvalMode
+    features*: TSandboxFlags
 
   TPosition* = distinct int