mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 14:03:02 +01:00
Misc
This commit is contained in:
parent
36a6093fcd
commit
28a7e4c037
@ -382,9 +382,6 @@ fatal_exception::fatal_exception(const char* message) :
|
||||
set_status(temp, false);
|
||||
}
|
||||
|
||||
// Moved to the header due to gpre. Gpre non-static can't receive it, but we
|
||||
// want to avoid problems with picky compilers that can't find what().
|
||||
// We can't link this file into normal gpre.
|
||||
// Keep in sync with the constructor above, please; "message" becomes 4th element
|
||||
// after initialization of status vector in constructor.
|
||||
const char* fatal_exception::what() const throw()
|
||||
|
@ -190,7 +190,6 @@ public:
|
||||
static void raise(const char* syscall);
|
||||
};
|
||||
|
||||
// Moved what() here due to gpre. Didn't want to use macros for gpre_static.
|
||||
class fatal_exception : public status_exception
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user