Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/ctype/jp2uc.c')
-rw-r--r--newlib/libc/ctype/jp2uc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/ctype/jp2uc.c b/newlib/libc/ctype/jp2uc.c
index 9d26a7a68..044c76b86 100644
--- a/newlib/libc/ctype/jp2uc.c
+++ b/newlib/libc/ctype/jp2uc.c
@@ -29,9 +29,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <newlib.h>
-
-#ifdef _MB_CAPABLE
+#ifdef MB_CAPABLE
#include <_ansi.h>
#include <wctype.h>
@@ -142,4 +140,4 @@ _DEFUN (__jp2uc, (c, type), wint_t c _AND int type)
return WEOF;
}
-#endif /* _MB_CAPABLE */
+#endif /* MB_CAPABLE */