]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/c/std_cwchar.h
acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit...
[thirdparty/gcc.git] / libstdc++-v3 / include / c / std_cwchar.h
index 713f4445773575a92a66cd3c6cb20b31977633fa..92b53b0379a36161d11854d58315732d8dd7d78d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*- forwarding header.
 
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 // the GNU General Public License.
 
 //
-// ISO C++ 14882: ???
+// ISO C++ 14882: 21.4
 //
 
-// Note: This is not a conforming implementation.
-
-#ifndef _CPP_CWCHAR
-#define _CPP_CWCHAR 1
+#ifndef _CWCHAR
+#define _CWCHAR 1
 
 #pragma GCC system_header
-#include <wchar.h>
+
+#include_next <wchar.h>
 
 #endif