summary refs log tree commit diff stats
path: root/compiler/nimrod.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/nimrod.nim
parentc3b16311dd7f547c19253af757ae53d58c715ad1 (diff)
downloadNim-36c67455d4d3e5fa5222937b800f90ef811d8e86.tar.gz
got rid of some arcane module names
Diffstat (limited to 'compiler/nimrod.nim')
-rwxr-xr-xcompiler/nimrod.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.nim b/compiler/nimrod.nim
index a1751da7f..05c7a2af1 100755
--- a/compiler/nimrod.nim
+++ b/compiler/nimrod.nim
@@ -11,7 +11,7 @@ when defined(gcc) and defined(windows):
   {.link: "icons/nimrod.res".}
 
 import 
-  times, commands, scanner, condsyms, options, msgs, nversion, nimconf, ropes, 
+  times, commands, lexer, condsyms, options, msgs, nversion, nimconf, ropes, 
   extccomp, strutils, os, platform, main, parseopt
 
 when hasTinyCBackend: