Author: tkreuzer Date: Fri Nov 19 18:57:51 2010 New Revision: 49643
URL: http://svn.reactos.org/svn/reactos?rev=49643&view=rev Log: [CRT] Remove unneccessary prototypes
Modified: branches/cmake-bringup/lib/sdk/crt/include/internal/file.h
Modified: branches/cmake-bringup/lib/sdk/crt/include/internal/file.h URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/sdk/crt/includ... ============================================================================== --- branches/cmake-bringup/lib/sdk/crt/include/internal/file.h [iso-8859-1] (original) +++ branches/cmake-bringup/lib/sdk/crt/include/internal/file.h [iso-8859-1] Fri Nov 19 18:57:51 2010 @@ -127,8 +127,6 @@
int _isnanl(long double x); int _isinfl(long double x); -int _isnan(double x); -int _isinf(double x);
/* Flags for the iobuf structure (for reference) */ #if 0