--- mstools/h/math.h 2018/08/09 18:21:04 1.1.1.3 +++ mstools/h/math.h 2018/08/09 18:22:58 1.1.1.4 @@ -1,7 +1,7 @@ /*** *math.h - definitions and declarations for math library * -* Copyright (c) 1985-1992, Microsoft Corporation. All rights reserved. +* Copyright (c) 1985-1993, Microsoft Corporation. All rights reserved. * *Purpose: * This file contains constant definitions and external subroutine @@ -29,15 +29,6 @@ extern "C" { #define _CRTAPI1 __cdecl #define _CRTAPI2 __cdecl -#elif ( _MSC_VER == 600 ) - -/* - * Definitions for old MS C6-386 compiler - */ -#define _CRTAPI1 _cdecl -#define _CRTAPI2 _cdecl -#define _M_IX86 300 - #else /* @@ -153,11 +144,6 @@ double _CRTAPI1 _y0(double); double _CRTAPI1 _y1(double); double _CRTAPI1 _yn(int, double); - -#ifdef _M_IX86 -#pragma function(acos, asin, atan, atan2, cos, cosh, exp, fmod, log, log10, pow, sin, sinh, sqrt, tan, tanh) -#endif - #if !__STDC__ /* Non-ANSI names for compatibility */