Commit 50149aa9 by David Edelsohn Committed by David Edelsohn

std_cwchar.h: Undefine macro that conflicts with function name defined in this file.

	* include/c/bits/std_cwchar.h: Undefine macro that conflicts
	with function name defined in this file.

From-SVN: r37238
parent 0e9295cf
2000-11-03 David Edelsohn <edelsohn@gnu.org>
* include/c/bits/std_cwchar.h: Undefine macro that conflicts
with function name defined in this file.
Thu Nov 2 23:19:20 2000 Mark P Mitchell <mark@codesourcery.com> Thu Nov 2 23:19:20 2000 Mark P Mitchell <mark@codesourcery.com>
* include/c/bits/std_cctype.h: Undefine macros that conflict * include/c/bits/std_cctype.h: Undefine macros that conflict
......
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
#pragma GCC system_header #pragma GCC system_header
#include_next <wchar.h> #include_next <wchar.h>
// Get rid of those macros defined in <wchar.h> in lieu of real functions.
#undef getwchar
namespace std namespace std
{ {
using ::wint_t; using ::wint_t;
......
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