diff options
author | Arne Döring <arne.doering@gmx.net> | 2019-03-19 08:23:00 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-03-19 08:23:00 +0100 |
commit | 188870648a002175a5ef4ef3df27fcc9404d750f (patch) | |
tree | 919d3198ef79605e8a5f5d8e46f4295013462e71 /compiler/vmdef.nim | |
parent | 16fcbee1bcb810e032ddb6fd198e5a53987180af (diff) | |
download | Nim-188870648a002175a5ef4ef3df27fcc9404d750f.tar.gz |
sizeof alignof offsetof macros api (#10855)
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 3b6a44deb..6099bfb9f 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -93,6 +93,7 @@ type opcNGetType, opcNStrVal, opcNSigHash, + opcNGetSize, opcNSetIntVal, opcNSetFloatVal, opcNSetSymbol, opcNSetIdent, opcNSetType, opcNSetStrVal, |