8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00
This commit is contained in:
asfernandes 2009-07-24 02:15:07 +00:00
parent 36a6093fcd
commit 28a7e4c037
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -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: