Date: Tue, 29 Nov 2016 00:16:20 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309274 - head/include Message-ID: <201611290016.uAT0GKPi045897@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Tue Nov 29 00:16:19 2016 New Revision: 309274 URL: https://svnweb.freebsd.org/changeset/base/309274 Log: Use the correct name for the GCC macro indicating max_align_t is defined. MFC after: 3 days Modified: head/include/stddef.h Modified: head/include/stddef.h ============================================================================== --- head/include/stddef.h Mon Nov 28 22:35:10 2016 (r309273) +++ head/include/stddef.h Tue Nov 29 00:16:19 2016 (r309274) @@ -66,7 +66,7 @@ typedef ___wchar_t wchar_t; #ifndef __CLANG_MAX_ALIGN_T_DEFINED typedef __max_align_t max_align_t; #define __CLANG_MAX_ALIGN_T_DEFINED -#define __GCC_MAX_ALIGN_T +#define _GCC_MAX_ALIGN_T #endif #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611290016.uAT0GKPi045897>