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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to