summaryrefslogtreecommitdiffstats
path: root/gcc/fixinc/tests
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-29 19:42:41 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-29 19:42:41 +0000
commitb924735bdc44c733fe55c38d336e2d4c608e177b (patch)
treea0171fd3bf46fb811d26490047c1105c0423c109 /gcc/fixinc/tests
parent490ab1877181511436f1a0c90e113b6c4134429d (diff)
downloadppe42-gcc-b924735bdc44c733fe55c38d336e2d4c608e177b.tar.gz
ppe42-gcc-b924735bdc44c733fe55c38d336e2d4c608e177b.zip
* fixinc/inclhack.def (solaris_widec): Include <wchar.h> in
Solaris 2 <widec.h> if missing. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/widec.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52906 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/tests')
-rw-r--r--gcc/fixinc/tests/base/widec.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/fixinc/tests/base/widec.h b/gcc/fixinc/tests/base/widec.h
new file mode 100644
index 00000000000..e3c17fff77b
--- /dev/null
+++ b/gcc/fixinc/tests/base/widec.h
@@ -0,0 +1,15 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/widec.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( SOLARIS_WIDEC_CHECK )
+#include <euc.h>
+#include <wchar.h>
+#endif /* SOLARIS_WIDEC_CHECK */
OpenPOWER on IntegriCloud