summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-07-16 00:41:03 +0200
committerAraq <rumpf_a@web.de>2014-07-16 00:41:03 +0200
commita7911addf71fdfbf5008afd938b49116d462d908 (patch)
treed1ce9e4306882f722da587bce7992ebe632aab24 /compiler/vmdef.nim
parent396b5619fc72ccc4a2f2110fd59b21e0a8a7250e (diff)
downloadNim-a7911addf71fdfbf5008afd938b49116d462d908.tar.gz
parseBiggestFloat is now builtin
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim2
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,