From 8ecd6b2a1283a28bcf56cfe48099fafa412a3929 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 6 Jan 2012 18:11:50 +0000 Subject: Fix C11 header changes for C++. --- wcsmbs/uchar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wcsmbs/uchar.h') diff --git a/wcsmbs/uchar.h b/wcsmbs/uchar.h index bb5f3ba35c..706b9a243d 100644 --- a/wcsmbs/uchar.h +++ b/wcsmbs/uchar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011, 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -40,7 +40,7 @@ __END_NAMESPACE_C99 #endif -#ifdef __GNUC__ +#if defined __GNUC__ && !defined __USE_ISOCXX11 /* Define the 16-bit and 32-bit character types. Use the information provided by the compiler. */ # if !defined __CHAR16_TYPE__ || !defined __CHAR32_TYPE__ -- cgit 1.4.1