summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-mfbt_Attributes.h
blob: 2a0a54dd4c2ae759fe65225857c9a5485b7d9412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-mfbt_Attributes.h,v 1.8 2016/12/03 09:58:26 ryoon Exp $

--- mfbt/Attributes.h.orig	2016-10-31 20:15:24.000000000 +0000
+++ mfbt/Attributes.h
@@ -50,6 +50,7 @@
  * don't indicate support for them here, due to
  * http://stackoverflow.com/questions/20498142/visual-studio-2013-explicit-keyword-bug
  */
+#  define MOZ_HAVE_CXX11_ALIGNAS
 #  define MOZ_HAVE_NEVER_INLINE          __declspec(noinline)
 #  define MOZ_HAVE_NORETURN              __declspec(noreturn)
 #  if _MSC_VER >= 1900