diff options
author | Araq <rumpf_a@web.de> | 2011-04-21 00:54:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-21 00:54:44 +0200 |
commit | 36c67455d4d3e5fa5222937b800f90ef811d8e86 (patch) | |
tree | 3ba25061d5b422ea9c241e98e39a43a352f139bc /compiler/c2nim/c2nim.nim | |
parent | c3b16311dd7f547c19253af757ae53d58c715ad1 (diff) | |
download | Nim-36c67455d4d3e5fa5222937b800f90ef811d8e86.tar.gz |
got rid of some arcane module names
Diffstat (limited to 'compiler/c2nim/c2nim.nim')
-rwxr-xr-x | compiler/c2nim/c2nim.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/c2nim/c2nim.nim b/compiler/c2nim/c2nim.nim index f4e185445..beb4465fc 100755 --- a/compiler/c2nim/c2nim.nim +++ b/compiler/c2nim/c2nim.nim @@ -8,7 +8,7 @@ # import - strutils, os, times, parseopt, llstream, ast, rnimsyn, options, msgs, + strutils, os, times, parseopt, llstream, ast, renderer, options, msgs, clex, cparse const |