Merge "Fixed uchar.h for clang3.6"
This commit is contained in:
		@@ -34,7 +34,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
__BEGIN_DECLS
 | 
					__BEGIN_DECLS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(__GNUC__) && __GNUC__ >= 5 && !defined(__cplusplus)
 | 
					#if __STDC_VERSION__ >= 201112L && !defined(__cplusplus)
 | 
				
			||||||
typedef __CHAR16_TYPE__ char16_t;
 | 
					typedef __CHAR16_TYPE__ char16_t;
 | 
				
			||||||
typedef __CHAR32_TYPE__ char32_t;
 | 
					typedef __CHAR32_TYPE__ char32_t;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user