summary refs log tree commit diff stats
path: root/compiler/nimsets.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-04-21 00:54:44 +0200
committerAraq <rumpf_a@web.de>2011-04-21 00:54:44 +0200
commit36c67455d4d3e5fa5222937b800f90ef811d8e86 (patch)
tree3ba25061d5b422ea9c241e98e39a43a352f139bc /compiler/nimsets.nim
parentc3b16311dd7f547c19253af757ae53d58c715ad1 (diff)
downloadNim-36c67455d4d3e5fa5222937b800f90ef811d8e86.tar.gz
got rid of some arcane module names
Diffstat (limited to 'compiler/nimsets.nim')
-rwxr-xr-xcompiler/nimsets.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/nimsets.nim b/compiler/nimsets.nim
index 337aedda9..218cd8b62 100755
--- a/compiler/nimsets.nim
+++ b/compiler/nimsets.nim
@@ -10,7 +10,7 @@
 # this unit handles Nimrod sets; it implements symbolic sets
 
 import 
-  ast, astalgo, trees, nversion, msgs, platform, bitsets, types, rnimsyn
+  ast, astalgo, trees, nversion, msgs, platform, bitsets, types, renderer
 
 proc toBitSet*(s: PNode, b: var TBitSet)
   # this function is used for case statement checking:
@@ -172,4 +172,4 @@ proc SetHasRange(s: PNode): bool =
 
 proc emptyRange(a, b: PNode): bool = 
   result = not leValue(a, b)  # a > b iff not (a <= b)
-  
\ No newline at end of file
+