Commit 23131008 by Bernardo Innocenti Committed by Bernardo Innocenti

iso646.h, [...]: Remove trailing whitespace.

	* include/c_compatibility/iso646.h, include/c_compatibility/limits.h,
	include/c_compatibility/locale.h, include/c_compatibility/stdio.h,
	include/c_compatibility/string.h, include/c_compatibility/time.h,
	include/c_compatibility/wchar.h, include/c_compatibility/wctype.h:
	Remove trailing whitespace.

From-SVN: r74460
parent bc67c73d
2003-12-09 Bernardo Innocenti <bernie@develer.com>
* include/c_compatibility/iso646.h, include/c_compatibility/limits.h,
include/c_compatibility/locale.h, include/c_compatibility/stdio.h,
include/c_compatibility/string.h, include/c_compatibility/time.h,
include/c_compatibility/wchar.h, include/c_compatibility/wctype.h:
Remove trailing whitespace.
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,
......
......@@ -32,4 +32,4 @@
#include <ciso646>
#endif
#endif
......@@ -32,4 +32,4 @@
#include <climits>
#endif
#endif
......@@ -36,4 +36,4 @@ using std::lconv;
using std::setlocale;
using std::localeconv;
#endif
#endif
......@@ -33,7 +33,7 @@
#include <cstdio>
using std::FILE;
using std::fpos_t;
using std::fpos_t;
using std::remove;
using std::rename;
......
......@@ -55,4 +55,4 @@ using std::memset;
using std::strerror;
using std::strlen;
#endif
#endif
......@@ -31,7 +31,7 @@
#define _GLIBCXX_TIME_H 1
#include <ctime>
// Get rid of those macros defined in <time.h> in lieu of real functions.
#undef clock
#undef difftime
......
......@@ -52,15 +52,15 @@ using std::swscanf;
using std::vfwprintf;
#if _GLIBCXX_HAVE_VFWSCANF
using std::vfwscanf;
#endif
#endif
using std::vswprintf;
#if _GLIBCXX_HAVE_VSWSCANF
using std::vswscanf;
#endif
#endif
using std::vwprintf;
#if _GLIBCXX_HAVE_VWSCANF
using std::vwscanf;
#endif
#endif
using std::wprintf;
using std::wscanf;
using std::getwc;
......@@ -77,7 +77,7 @@ using std::wcrtomb;
using std::wcstod;
#if _GLIBCXX_HAVE_WCSTOF
using std::wcstof;
#endif
#endif
using std::wcstol;
using std::wcstoul;
using std::wcscpy;
......
......@@ -52,4 +52,4 @@ using std::towupper;
using std::wctrans;
using std::wctype;
#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