mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Misc
This commit is contained in:
parent
8cd55a35a5
commit
5aa33681eb
@ -339,7 +339,7 @@ int system_error::getSystemError()
|
||||
system_call_failed::system_call_failed(const char* syscall, int error_code) :
|
||||
system_error(syscall, error_code)
|
||||
{
|
||||
#ifdef DEV_BUILD_ccc
|
||||
#ifdef DEV_BUILD
|
||||
// raised failed system call exception in DEV_BUILD in 99.99% means
|
||||
// problems with the code - let's create memory dump now
|
||||
abort();
|
||||
|
Loading…
Reference in New Issue
Block a user