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:
parent
36bd7c4865
commit
5ae3502555
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user