From 606babe108ad1fb18da094dfc97340d01e6c7195 Mon Sep 17 00:00:00 2001 From: tijl Date: Tue, 1 Apr 2014 14:46:11 +0000 Subject: Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 -fms-extensions. MFC after: 2 weeks --- sys/mips/include/_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/mips') diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h index ba0ee30..a05f01c 100644 --- a/sys/mips/include/_types.h +++ b/sys/mips/include/_types.h @@ -145,7 +145,7 @@ typedef __uint32_t __vm_paddr_t; typedef __int64_t __vm_ooffset_t; typedef __uint64_t __vm_pindex_t; -typedef int __wchar_t; +typedef int ___wchar_t; #define __WCHAR_MIN __INT_MIN /* min value for a wchar_t */ #define __WCHAR_MAX __INT_MAX /* max value for a wchar_t */ -- cgit v1.1