blob: 045b016cbb48a37f5976ea5908bb309a8bee7356 [file] [log] [blame]
#include <internal.h>
#include <math.h>
int __defaultmatherr = 1;
int __CRTDECL
_matherr (struct _exception *pexcept)
{
/* Make compiler happy. */
pexcept = pexcept;
return 0;
}