diff options
author | Araq <rumpf_a@web.de> | 2015-02-05 13:12:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-02-05 13:12:20 +0100 |
commit | 53f4c7758b0c9d3df562795eeca0a553eb22e219 (patch) | |
tree | 6dbd4463e42bea4bbf4024f42743b1d8f1e551ec /compiler | |
parent | b44ee119c83923fb8c8d6c5671952f710b5425a5 (diff) | |
download | Nim-53f4c7758b0c9d3df562795eeca0a553eb22e219.tar.gz |
fixes #1601
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index 06dcad7b0..42a782c02 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -251,7 +251,6 @@ proc mainCommand* = commandCompileToC() of "cpp", "compiletocpp": gCmd = cmdCompileToCpp - if cCompiler == ccGcc: setCC("gcc") defineSymbol("cpp") commandCompileToC() of "objc", "compiletooc": |