mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 01:20:51 +03:00
remove default fatel handler
This commit is contained in:
parent
afe4b9f680
commit
b534e59fb8
2 changed files with 1 additions and 7 deletions
|
@ -18,6 +18,7 @@ void fatal(const Context &context, const std::string &reason)
|
|||
}
|
||||
else {
|
||||
fprintf(stderr, "Runtime compiler fatal: %s\n", reason.c_str());
|
||||
fflush(stderr);
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue