diff options
author | Araq <rumpf_a@web.de> | 2013-11-25 13:04:11 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-11-25 13:04:11 +0100 |
commit | 9035d15ed22de1f80486d94ec63e720a4d04cbc0 (patch) | |
tree | 0f6f4f58d598c7905ef0ab32d90afca385c82401 /compiler/vmdef.nim | |
parent | 4cda0861f507c414bfd622a1f759353c2c623941 (diff) | |
download | Nim-9035d15ed22de1f80486d94ec63e720a4d04cbc0.tar.gz |
next steps for FFI support
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 1 |
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 |