diff options
author | Araq <rumpf_a@web.de> | 2014-07-16 00:41:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-07-16 00:41:03 +0200 |
commit | a7911addf71fdfbf5008afd938b49116d462d908 (patch) | |
tree | d1ce9e4306882f722da587bce7992ebe632aab24 /compiler/vmdef.nim | |
parent | 396b5619fc72ccc4a2f2110fd59b21e0a8a7250e (diff) | |
download | Nim-a7911addf71fdfbf5008afd938b49116d462d908.tar.gz |
parseBiggestFloat is now builtin
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 c391d8415..873d8eebd 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -66,7 +66,7 @@ type opcMulSet, opcPlusSet, opcMinusSet, opcSymdiffSet, opcConcatStr, opcContainsSet, opcRepr, opcSetLenStr, opcSetLenSeq, opcSwap, opcIsNil, opcOf, opcIs, - opcSubStr, opcConv, opcCast, opcQuit, opcReset, + opcSubStr, opcParseFloat, opcConv, opcCast, opcQuit, opcReset, opcNarrowS, opcNarrowU, opcAddStrCh, |