From d57b631e82529b2c880f5d7e4fbcd88042803f80 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 9 Mar 2011 15:05:00 +0100 Subject: stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.h Signed-off-by: Peter S. Mazinger --- include/wchar-stub.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/wchar-stub.h') diff --git a/include/wchar-stub.h b/include/wchar-stub.h index 0b0aa29aa..918c78dd4 100644 --- a/include/wchar-stub.h +++ b/include/wchar-stub.h @@ -7,7 +7,6 @@ #ifndef _WCHAR_H #define _WCHAR_H -#define MB_CUR_MAX 1 typedef unsigned int wint_t; #define WEOF (0xffffffffu) -- cgit v1.2.3