OSDN Git Service

2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / c_std / std_cwctype.h
index 2493b33..c7c25ae 100644 (file)
  *  contained in the namespace @c std.
  */
 
-#ifndef _CPP_CWCTYPE
-#define _CPP_CWCTYPE 1
+#ifndef _CWCTYPE
+#define _CWCTYPE 1
+
+#pragma GCC system_header
 
 #include <bits/c++config.h>
 
 #if _GLIBCPP_HAVE_WCTYPE_H
-#pragma GCC system_header
 #include <wctype.h>
 #endif