diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-04-11 16:48:01 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-04-11 16:48:01 +0200 |
commit | 6baca58693672f8fc9485272b3c350d0b0b77163 (patch) | |
tree | 5ad6d7a2aa366aee07f8991bce55b410f4a48e90 /compiler/vmdef.nim | |
parent | 1ee5f1e36afd31f733195b13e638354ec9412948 (diff) | |
download | Nim-6baca58693672f8fc9485272b3c350d0b0b77163.tar.gz |
Get symbol kind (#7491)
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index dd4bc5060..66bc8dfd2 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -79,6 +79,7 @@ type opcNAdd, opcNAddMultiple, opcNKind, + opcNSymKind, opcNIntVal, opcNFloatVal, opcNSymbol, @@ -101,7 +102,6 @@ type opcNGetLine, opcNGetColumn, opcNGetFile, opcEqIdent, opcStrToIdent, - opcIdentToStr, opcGetImpl, opcEcho, |