svn commit: r309274 - head/include

John Baldwin jhb at FreeBSD.org
Tue Nov 29 00:16:21 UTC 2016


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
 


More information about the svn-src-head mailing list