8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
hvlad 2008-12-01 07:28:13 +00:00
parent 8cd55a35a5
commit 5aa33681eb

View File

@ -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();