This commit is contained in:
Araq
2015-02-05 13:12:20 +01:00
parent b44ee119c8
commit 53f4c7758b

View File

@@ -251,7 +251,6 @@ proc mainCommand* =
commandCompileToC()
of "cpp", "compiletocpp":
gCmd = cmdCompileToCpp
if cCompiler == ccGcc: setCC("gcc")
defineSymbol("cpp")
commandCompileToC()
of "objc", "compiletooc":