Commit cd25d00b by Jim Wilson

(WCHAR_TYPE_SIZE): Undef, then define to 16.

From-SVN: r12588
parent 31008fad
......@@ -70,6 +70,8 @@ Unrecognized value in TARGET_CPU_DEFAULT.
#undef WCHAR_TYPE
#define WCHAR_TYPE "short unsigned int"
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 16
#undef SIZE_TYPE
#define SIZE_TYPE "long unsigned int"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment