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
+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
#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