From 770ffe5b9e1a28f4705d8e78fa3b74523b494955 Mon Sep 17 00:00:00 2001 From: drepper Date: Fri, 1 Dec 2000 03:19:36 +0000 Subject: [PATCH] Remove extra "#if ... #endif". --- libio/libio.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libio/libio.h b/libio/libio.h index edf52401f3..631815c850 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -246,17 +246,13 @@ struct _IO_wide_data backup 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_last_state; -#endif struct _IO_codecvt _codecvt; wchar_t _shortbuf[1]; -#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T struct _IO_jump_t *_wide_vtable; -#endif }; #endif -- 2.11.0