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
This commit is contained in:
parent
bc67c73d4a
commit
23131008f6
9 changed files with 19 additions and 11 deletions
|
@ -1,3 +1,11 @@
|
|||
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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue