2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cwchar.h: Remove size_t injection,
include std_cstddef.
* include/c_std/bits/std_ctime.h: Same.
* include/c_std/bits/std_cstring.h: Same.
* include/c_std/bits/std_cstdlib.h: Same.
* include/c_std/bits/std_cstdio.h: Remove vsnprintf, snprintf.
* include/c_std/bits/std_cctype.h: Remove isblank.
From-SVN: r43097
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
+ * include/c_std/bits/std_cwchar.h: Remove size_t injection,
+ include std_cstddef.
+ * include/c_std/bits/std_ctime.h: Same.
+ * include/c_std/bits/std_cstring.h: Same.
+ * include/c_std/bits/std_cstdlib.h: Same.
+
+ * include/c_std/bits/std_cstdio.h: Remove vsnprintf, snprintf.
* include/c_std/bits/std_cctype.h: Remove isblank.
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
#undef fscanf
#undef printf
#undef scanf
-#undef snprintf
#undef sprintf
#undef sscanf
#undef vfprintf
#undef vfscanf
#undef vprintf
#undef vscanf
-#undef vsnprintf
#undef vsprintf
#undef vsscanf
#undef fgetc
using ::fscanf;
using ::printf;
using ::scanf;
- using ::snprintf;
using ::sprintf;
using ::sscanf;
using ::vfprintf;
using ::vfscanf;
using ::vprintf;
using ::vscanf;
- using ::vsnprintf;
using ::vsprintf;
using ::vsscanf;
using ::fgetc;
#define _CPP_CSTDLIB 1
#include <bits/c++config.h>
+#include <bits/std_cstddef.h>
#pragma GCC system_header
#include_next <stdlib.h>
namespace std
{
- using ::size_t; // cstddef
-
using ::div_t;
using ::ldiv_t;
#ifndef _CPP_CSTRING
#define _CPP_CSTRING 1
+#include <bits/std_cstddef.h>
+
#pragma GCC system_header
#include_next <string.h>
namespace std
{
- using ::size_t; // cstddef
-
using ::memcpy;
using ::memmove;
using ::strcpy;
#ifndef _CPP_CTIME
#define _CPP_CTIME 1
+#include <bits/std_cstddef.h>
+
#pragma GCC system_header
#include_next <time.h>
namespace std
{
- using ::size_t; // cstddef
-
using ::clock_t;
using ::time_t;
using ::tm;
#define _CPP_CWCHAR 1
#include <bits/c++config.h>
+#include <bits/std_cstddef.h>
#if _GLIBCPP_HAVE_WCHAR_H
#pragma GCC system_header
#if _GLIBCPP_USE_WCHAR_T
namespace std
{
- using ::size_t; // cstddef
-
using ::wint_t;
using ::btowc;