]> gcc.gnu.org Git - gcc.git/commitdiff
* config/c_io_stdio.h: Include libio.h.
authorMark Mitchell <mark@codesourcery.com>
Thu, 16 Nov 2000 09:20:48 +0000 (09:20 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Nov 2000 09:20:48 +0000 (09:20 +0000)
From-SVN: r37495

libstdc++-v3/ChangeLog
libstdc++-v3/config/c_io_stdio.h

index 143c12a5b12a97511d824c6bab9c0fb2a5b0a699..66512b824eddaf922bcfe8ef02923e3626d2484e 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-16  Mark Mitchell  <mark@codesourcery.com>
+
+       * config/c_io_stdio.h: Include libio.h.
+
 Wed Nov 15 18:39:34 2000  Mark P Mitchell  <mark@codesourcery.com>
 
        * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.
index ab96aa25513a25e2f3b08be13a964b2666935118..8dcf71ada498537a6f9aa15004a25daf2861bca7 100644 (file)
 #include <stdio.h>
 #include <bits/c++threads.h>
 
+#if _GLIBCPP_USE_WCHAR_T
+// Even though we use the C stdio facilities for ordinary streams,
+// we still use libio for wide-character support.
+#include <libio.h>
+#endif
+
 namespace std {
 
 // from fpos.h
This page took 0.06468 seconds and 5 git commands to generate.