diff options
author | Araq <rumpf_a@web.de> | 2015-06-18 15:05:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-06-18 15:06:00 +0200 |
commit | 17cace280ca927a97adc21314141947210fe17b5 (patch) | |
tree | 016bd219417ed448bd192654dba20a16313523b3 /compiler/vmdef.nim | |
parent | bd394eaeda9bcd57daae92520d933676dc6573b9 (diff) | |
download | Nim-17cace280ca927a97adc21314141947210fe17b5.tar.gz |
fixes #2297, fixes #2946
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 047009f01..2d0272cd7 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -65,7 +65,7 @@ type opcEqStr, opcLeStr, opcLtStr, opcEqSet, opcLeSet, opcLtSet, opcMulSet, opcPlusSet, opcMinusSet, opcSymdiffSet, opcConcatStr, opcContainsSet, opcRepr, opcSetLenStr, opcSetLenSeq, - opcSwap, opcIsNil, opcOf, opcIs, + opcIsNil, opcOf, opcIs, opcSubStr, opcParseFloat, opcConv, opcCast, opcQuit, opcReset, opcNarrowS, opcNarrowU, |