]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/c_io_stdio.h: Don't define __c_wfile_type
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2000 13:49:27 +0000 (13:49 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2000 13:49:27 +0000 (13:49 +0000)
        when _GLIBCPP_USE_WCHAR_T is not defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37453 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2ca71b08091d31f4b810c573e7730c2b8224e144..88e8aac5d4c7e1dd7929690ec91a50882a15aec5 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-13  Loren J. Rittle  <ljrittle@acm.org>
+        * config/c_io_stdio.h: Don't define __c_wfile_type
+        when _GLIBCPP_USE_WCHAR_T is not defined.
+
 2000-11-13  Phil Edwards  <pme@sources.redhat.com>
 
        * acinclude.m4 (GLIBCPP_CHECK_TARGET):  New macro, replacing
index 134d0544b8dddd679ca003fc4b9ba24930c476f4..ab96aa25513a25e2f3b08be13a964b2666935118 100644 (file)
@@ -56,9 +56,9 @@ namespace std {
 #define _GLIBCPP_BASIC_FILE_ENCAPSULATION 1
   typedef FILE __c_file_type;
 
-  typedef _IO_wide_data __c_wfile_type;
 
 #ifdef _GLIBCPP_USE_WCHAR_T
+  typedef _IO_wide_data __c_wfile_type;
   extern "C" struct __c_libio_codecvt { };
 #endif