summary refs log tree commit diff stats
path: root/rod/cgen.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-01-09 14:52:15 +0100
committerAraq <rumpf_a@web.de>2011-01-09 14:52:15 +0100
commit064417fc5a6236e76d959a1a0fb43f68ab099d33 (patch)
treed6afed5332a8b1c8ee9ba5698356c37d4e12bbbf /rod/cgen.nim
parent8c799da867e1a6b8af48d9ef3ddef281471bd393 (diff)
downloadNim-064417fc5a6236e76d959a1a0fb43f68ab099d33.tar.gz
bugfix: floating point precision; added strutils.formatFloat
Diffstat (limited to 'rod/cgen.nim')
-rwxr-xr-xrod/cgen.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/rod/cgen.nim b/rod/cgen.nim
index d57d5250a..360b46a3b 100755
--- a/rod/cgen.nim
+++ b/rod/cgen.nim
@@ -13,7 +13,8 @@
 import 
   ast, astalgo, strutils, nhashes, trees, platform, magicsys, extccomp, options, 
   nversion, nimsets, msgs, crc, bitsets, idents, lists, types, ccgutils, os, 
-  times, ropes, math, passes, rodread, wordrecg, rnimsyn, treetab, cgmeth
+  times, ropes, math, passes, rodread, wordrecg, rnimsyn, treetab, cgmeth,
+  rodutils
 
 when options.hasTinyCBackend:
   import tccgen