8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Linux intel compiler port

This commit is contained in:
alexpeshkoff 2009-10-02 16:19:31 +00:00
parent 36bd7c4865
commit 5ae3502555

View File

@ -43,6 +43,7 @@
extern "C"
{
#ifndef __ICC
#ifndef SOLARIS
#ifdef WIN_NT
#define exception_type _exception
@ -55,6 +56,7 @@ int MATHERR(struct exception_type*)
}
#undef exception_type
#endif /* SOLARIS */
#endif //__ICC
double EXPORT IB_UDF_abs( double *a)
{