mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
2000-11-28 H.J. Lu <hjl@gnu.org> * libio/libio.h: Remove extra "#if ... #endif".
This commit is contained in:
parent
411adb1068
commit
38d7adc4e9
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-28 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* libio/libio.h: Remove extra "#if ... #endif".
|
||||||
|
|
||||||
2000-11-29 H.J. Lu <hjl@gnu.org>
|
2000-11-29 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* stdio-common/vfscanf.c (ORIENT): Swap the COMPILE_WSCANF case.
|
* stdio-common/vfscanf.c (ORIENT): Swap the COMPILE_WSCANF case.
|
||||||
|
@ -246,17 +246,13 @@ struct _IO_wide_data
|
|||||||
backup area */
|
backup area */
|
||||||
wchar_t *_IO_save_end; /* Pointer to end of non-current get area. */
|
wchar_t *_IO_save_end; /* Pointer to end of non-current get area. */
|
||||||
|
|
||||||
#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
|
|
||||||
__mbstate_t _IO_state;
|
__mbstate_t _IO_state;
|
||||||
__mbstate_t _IO_last_state;
|
__mbstate_t _IO_last_state;
|
||||||
#endif
|
|
||||||
struct _IO_codecvt _codecvt;
|
struct _IO_codecvt _codecvt;
|
||||||
|
|
||||||
wchar_t _shortbuf[1];
|
wchar_t _shortbuf[1];
|
||||||
|
|
||||||
#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
|
|
||||||
struct _IO_jump_t *_wide_vtable;
|
struct _IO_jump_t *_wide_vtable;
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user