mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
Linux intel compiler port
This commit is contained in:
parent
36bd7c4865
commit
5ae3502555
@ -43,6 +43,7 @@
|
|||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifndef __ICC
|
||||||
#ifndef SOLARIS
|
#ifndef SOLARIS
|
||||||
#ifdef WIN_NT
|
#ifdef WIN_NT
|
||||||
#define exception_type _exception
|
#define exception_type _exception
|
||||||
@ -55,6 +56,7 @@ int MATHERR(struct exception_type*)
|
|||||||
}
|
}
|
||||||
#undef exception_type
|
#undef exception_type
|
||||||
#endif /* SOLARIS */
|
#endif /* SOLARIS */
|
||||||
|
#endif //__ICC
|
||||||
|
|
||||||
double EXPORT IB_UDF_abs( double *a)
|
double EXPORT IB_UDF_abs( double *a)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user