std_cwchar.h: Remove size_t injection, include std_cstddef.
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
This commit is contained in:
parent
818f0c85ae
commit
d25e11935b
@ -1,5 +1,12 @@
|
|||||||
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
|
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.
|
* include/c_std/bits/std_cctype.h: Remove isblank.
|
||||||
|
|
||||||
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
|
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
@ -52,14 +52,12 @@
|
|||||||
#undef fscanf
|
#undef fscanf
|
||||||
#undef printf
|
#undef printf
|
||||||
#undef scanf
|
#undef scanf
|
||||||
#undef snprintf
|
|
||||||
#undef sprintf
|
#undef sprintf
|
||||||
#undef sscanf
|
#undef sscanf
|
||||||
#undef vfprintf
|
#undef vfprintf
|
||||||
#undef vfscanf
|
#undef vfscanf
|
||||||
#undef vprintf
|
#undef vprintf
|
||||||
#undef vscanf
|
#undef vscanf
|
||||||
#undef vsnprintf
|
|
||||||
#undef vsprintf
|
#undef vsprintf
|
||||||
#undef vsscanf
|
#undef vsscanf
|
||||||
#undef fgetc
|
#undef fgetc
|
||||||
@ -104,14 +102,12 @@ namespace std
|
|||||||
using ::fscanf;
|
using ::fscanf;
|
||||||
using ::printf;
|
using ::printf;
|
||||||
using ::scanf;
|
using ::scanf;
|
||||||
using ::snprintf;
|
|
||||||
using ::sprintf;
|
using ::sprintf;
|
||||||
using ::sscanf;
|
using ::sscanf;
|
||||||
using ::vfprintf;
|
using ::vfprintf;
|
||||||
using ::vfscanf;
|
using ::vfscanf;
|
||||||
using ::vprintf;
|
using ::vprintf;
|
||||||
using ::vscanf;
|
using ::vscanf;
|
||||||
using ::vsnprintf;
|
|
||||||
using ::vsprintf;
|
using ::vsprintf;
|
||||||
using ::vsscanf;
|
using ::vsscanf;
|
||||||
using ::fgetc;
|
using ::fgetc;
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
#define _CPP_CSTDLIB 1
|
#define _CPP_CSTDLIB 1
|
||||||
|
|
||||||
#include <bits/c++config.h>
|
#include <bits/c++config.h>
|
||||||
|
#include <bits/std_cstddef.h>
|
||||||
|
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#include_next <stdlib.h>
|
#include_next <stdlib.h>
|
||||||
@ -79,8 +80,6 @@
|
|||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
using ::size_t; // cstddef
|
|
||||||
|
|
||||||
using ::div_t;
|
using ::div_t;
|
||||||
using ::ldiv_t;
|
using ::ldiv_t;
|
||||||
|
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
#ifndef _CPP_CSTRING
|
#ifndef _CPP_CSTRING
|
||||||
#define _CPP_CSTRING 1
|
#define _CPP_CSTRING 1
|
||||||
|
|
||||||
|
#include <bits/std_cstddef.h>
|
||||||
|
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#include_next <string.h>
|
#include_next <string.h>
|
||||||
|
|
||||||
@ -63,8 +65,6 @@
|
|||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
using ::size_t; // cstddef
|
|
||||||
|
|
||||||
using ::memcpy;
|
using ::memcpy;
|
||||||
using ::memmove;
|
using ::memmove;
|
||||||
using ::strcpy;
|
using ::strcpy;
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
#ifndef _CPP_CTIME
|
#ifndef _CPP_CTIME
|
||||||
#define _CPP_CTIME 1
|
#define _CPP_CTIME 1
|
||||||
|
|
||||||
|
#include <bits/std_cstddef.h>
|
||||||
|
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#include_next <time.h>
|
#include_next <time.h>
|
||||||
|
|
||||||
@ -50,8 +52,6 @@
|
|||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
using ::size_t; // cstddef
|
|
||||||
|
|
||||||
using ::clock_t;
|
using ::clock_t;
|
||||||
using ::time_t;
|
using ::time_t;
|
||||||
using ::tm;
|
using ::tm;
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
#define _CPP_CWCHAR 1
|
#define _CPP_CWCHAR 1
|
||||||
|
|
||||||
#include <bits/c++config.h>
|
#include <bits/c++config.h>
|
||||||
|
#include <bits/std_cstddef.h>
|
||||||
|
|
||||||
#if _GLIBCPP_HAVE_WCHAR_H
|
#if _GLIBCPP_HAVE_WCHAR_H
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
@ -121,8 +122,6 @@ namespace std
|
|||||||
#if _GLIBCPP_USE_WCHAR_T
|
#if _GLIBCPP_USE_WCHAR_T
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
using ::size_t; // cstddef
|
|
||||||
|
|
||||||
using ::wint_t;
|
using ::wint_t;
|
||||||
|
|
||||||
using ::btowc;
|
using ::btowc;
|
||||||
|
Loading…
Reference in New Issue
Block a user