Commit 7dd8177f by Bernardo Innocenti Committed by Bernardo Innocenti

cmath.tcc, [...]: Remove trailing whitespace.

	* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
	include/c_std/std_cctype.h, include/c_std/std_cmath.h,
	include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
	include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
	include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
	Remove trailing whitespace.

From-SVN: r74458
parent 7b74e24e
2003-12-09 Bernardo Innocenti <bernie@develer.com>
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
2003-12-09 Bernardo Innocenti <bernie@develer.com>
* include/c/std_cctype.h, include/c/std_cmath.h,
include/c/std_cstdlib.h include/c/std_cwchar.h,
include/c/std_cwctype.h: Remove trailing whitespace.
......
......@@ -32,7 +32,7 @@
#ifndef _GLIBCXX_CMATH_TCC
#define _GLIBCXX_CMATH_TCC 1
namespace std
namespace std
{
template<typename _Tp>
_Tp
......
// -*- C++ -*- forwarding header.
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
......
......@@ -80,4 +80,4 @@ namespace std
using ::toupper;
}
#endif
#endif
......@@ -47,7 +47,7 @@
#include <stddef.h>
namespace std
namespace std
{
using ::ptrdiff_t;
using ::size_t;
......
......@@ -94,7 +94,7 @@
#undef vprintf
#undef vsprintf
namespace std
namespace std
{
using ::FILE;
using ::fpos_t;
......@@ -180,6 +180,6 @@ namespace std
using __gnu_cxx::vsnprintf;
using __gnu_cxx::vsscanf;
}
#endif
#endif
#endif
......@@ -81,7 +81,7 @@
#undef wcstombs
#undef wctomb
namespace std
namespace std
{
using ::div_t;
using ::ldiv_t;
......@@ -117,14 +117,14 @@ namespace std
#ifdef _GLIBCXX_USE_WCHAR_T
using ::wcstombs;
using ::wctomb;
#endif // _GLIBCXX_USE_WCHAR_T
#endif // _GLIBCXX_USE_WCHAR_T
inline long
inline long
abs(long __i) { return labs(__i); }
inline ldiv_t
div(long __i, long __j) { return ldiv(__i, __j); }
}
}
#if _GLIBCXX_USE_C99
......@@ -149,18 +149,18 @@ namespace __gnu_cxx
using ::_Exit;
#endif
inline long long
inline long long
abs(long long __x) { return __x >= 0 ? __x : -__x; }
inline long long
inline long long
llabs(long long __x) { return __x >= 0 ? __x : -__x; }
#if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
inline lldiv_t
inline lldiv_t
div(long long __n, long long __d)
{ lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
inline lldiv_t
inline lldiv_t
lldiv(long long __n, long long __d)
{ lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
#endif
......@@ -178,18 +178,18 @@ namespace __gnu_cxx
using ::strtoull;
#endif
using ::strtof;
using ::strtold;
}
using ::strtold;
}
namespace std
{
#if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
#if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
using __gnu_cxx::lldiv_t;
#endif
using __gnu_cxx::_Exit;
using __gnu_cxx::abs;
using __gnu_cxx::llabs;
#if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
using __gnu_cxx::llabs;
#if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
using __gnu_cxx::div;
using __gnu_cxx::lldiv;
#endif
......@@ -201,4 +201,4 @@ namespace std
}
#endif
#endif
#endif
......@@ -74,7 +74,7 @@
#undef strerror
#undef strlen
namespace std
namespace std
{
using ::memcpy;
using ::memmove;
......
......@@ -57,16 +57,16 @@
// Need to do a bit of trickery here with mbstate_t as char_traits
// assumes it is in wchar.h, regardless of wchar_t specializations.
#ifndef _GLIBCXX_HAVE_MBSTATE_T
extern "C"
extern "C"
{
typedef struct
typedef struct
{
int __fill[6];
} mbstate_t;
}
#endif
namespace std
namespace std
{
using ::mbstate_t;
}
......@@ -94,15 +94,15 @@ namespace std
#undef vfwprintf
#if _GLIBCXX_HAVE_VFWSCANF
# undef vfwscanf
#endif
#endif
#undef vswprintf
#if _GLIBCXX_HAVE_VSWSCANF
# undef vswscanf
#endif
#endif
#undef vwprintf
#if _GLIBCXX_HAVE_VWSCANF
# undef vwscanf
#endif
#endif
#undef wcrtomb
#undef wcscat
#undef wcschr
......@@ -123,7 +123,7 @@ namespace std
#undef wcstod
#if _GLIBCXX_HAVE_WCSTOF
# undef wcstof
#endif
#endif
#undef wcstok
#undef wcstol
#undef wcstoul
......@@ -164,15 +164,15 @@ namespace std
using ::vfwprintf;
#if _GLIBCXX_HAVE_VFWSCANF
using ::vfwscanf;
#endif
#endif
using ::vswprintf;
#if _GLIBCXX_HAVE_VSWSCANF
using ::vswscanf;
#endif
#endif
using ::vwprintf;
#if _GLIBCXX_HAVE_VWSCANF
using ::vwscanf;
#endif
#endif
using ::wcrtomb;
using ::wcscat;
using ::wcscmp;
......@@ -189,7 +189,7 @@ namespace std
using ::wcstod;
#if _GLIBCXX_HAVE_WCSTOF
using ::wcstof;
#endif
#endif
using ::wcstok;
using ::wcstol;
using ::wcstoul;
......@@ -270,4 +270,4 @@ namespace std
#endif //_GLIBCXX_USE_WCHAR_T
#endif
#endif
......@@ -57,7 +57,7 @@
#undef iswalpha
#if _GLIBCXX_HAVE_ISWBLANK
# undef iswblank
#endif
#endif
#undef iswcntrl
#undef iswdigit
#undef iswgraph
......@@ -68,7 +68,7 @@
#undef iswspace
#undef iswupper
#undef iswxdigit
#undef iswctype
#undef iswctype
#undef towlower
#undef towupper
#undef towctrans
......@@ -78,7 +78,7 @@
#if _GLIBCXX_USE_WCHAR_T
namespace std
{
using ::wint_t; // cwchar
using ::wint_t; // cwchar
using ::wctype_t;
using ::wctrans_t;
......@@ -87,7 +87,7 @@ namespace std
using ::iswalpha;
#if _GLIBCXX_HAVE_ISWBLANK
using ::iswblank;
#endif
#endif
using ::iswcntrl;
using ::iswdigit;
using ::iswgraph;
......@@ -107,4 +107,4 @@ namespace std
}
#endif //_GLIBCXX_USE_WCHAR_T
#endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment