summaryrefslogtreecommitdiff
path: root/include/wchar-stub.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 15:05:00 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 15:05:00 +0100
commitd57b631e82529b2c880f5d7e4fbcd88042803f80 (patch)
tree32556a880d356da762b6b46d62a1963834364512 /include/wchar-stub.h
parent7aea441c8a240bd5a0717ec09ae8efc4878cd377 (diff)
stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.h
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/wchar-stub.h')
-rw-r--r--include/wchar-stub.h1
1 files changed, 0 insertions, 1 deletions
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)