mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 07:30:43 +03:00
Misc. merge fixes (C++)
This commit is contained in:
parent
48809250d8
commit
a053480010
17 changed files with 49 additions and 75 deletions
|
@ -144,7 +144,7 @@ FileName runCPreprocessor(FileName csrcfile, const Loc &loc, bool &ifile,
|
|||
args.push_back(ipath.toChars());
|
||||
}
|
||||
|
||||
const int status = executeToolAndWait(loc, cc, args, global.params.verbose);
|
||||
const int status = executeToolAndWait(loc, cc, args, global.params.v.verbose);
|
||||
if (status) {
|
||||
errorSupplemental(loc, "C preprocessor failed for file '%s'", csrcfile.toChars());
|
||||
fatal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue